@brighthr/component-navbar
v0.0.13
Published
## Installation
Downloads
18
Readme
NavBar
Installation
To install, type the following into the command line at the root of your project:
npm i @brighthr/component-navbar
Import
Import into your file:
import Nav from '@brighthr/component-navbar';
// Example
<Nav.Navbar>
<Nav.NavLink title='Home' iconName='home' path='/'/>
<Nav.NavButton title='Options' iconName='menu-apps-2x2' onClick={openMenu}/>
<Nav.NavMenu isOpen={isOpen} />
</Nav.Navbar>