
Introduction
coderbox-navbar
is a Navbar is a React component used at Coderbox
Installation
```
npm install @coderbox/navbar --save
```
```
yarn add @coderbox/navbar
```
Works with browserify and should work with webpack.
Demo
DEMO Page
For code example check .stories.js
file.
Build
```
npm run build
```