0.6.5 • Published 5 years ago

@kobonaut/linode-navbar v0.6.5

Weekly downloads
-
License
MIT
Repository
bitbucket
Last release
5 years ago

Linode Navbar

Basic navbar intended to help maintain consistent styles across Linode websites.

Usage

The navbar is a React component, bundled into a module so that you don't have to include React in your project or HTML.

npm install @kobonaut/linode-navbar

The navbar module exposes a single function, showNavBar().

In your HTML:

<script>navbar.showNavBar(document.getElementById('navbar-root'), 'name');</script>
<body>
  <div id="navbar-root"></div>
</body>

Development

In order to modify the component(s) you'll need to do the following:

  • git clone https://github.com/Jskobos/linode-navbar
  • git clone https://github.com/linode/linode-hugo-theme repos/linode-hugo-theme
  • npm install
  • npm run dev
0.6.5

5 years ago

0.6.4

5 years ago

0.6.3

5 years ago

0.6.2

5 years ago

0.6.1

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.4

5 years ago

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago