hs-nav-components
v2.0.0
Published
React nav components
Downloads
10
Readme
hs-nav-components
Usage
Install, then:
import Nav from "hs-nav-components";
const { Header, Footer } = Nav;
Now render the header and footer in your app:
render() {
return (
<div className="App">
<Header />
<Footer />
</div>
);
}
}
CSS and JS references:
Note: Including the CSS/JS references is a temporary POC. CSS and JS will be integrated if this POC works.
<link rel="stylesheet" href="//www.hubspot.com/wt-assets/static-files/1122/iwd/styles.css" />
<script src="text/javascript" src="//www.hubspot.com/wt-assets/static-files/1122/iwd/scripts.js"></script>