hs-nav-components

React nav components

Usage no npm install needed!

<script type="module">
  import hsNavComponents from 'https://cdn.skypack.dev/hs-nav-components';
</script>

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>