hone-navbar
v1.0.0
Published
A simple component to render a navbar
Downloads
3
Readme
Navbar
This is a navbar that controls differnt sets of content. It is very simple by nature.
Important Changes: So we are moving to browserify, and removing component support. Also along with this change we will no longer be importing any CSS, If you would still like to the use the default css please import it into you project manually. The example CSS can be found at /style.css.
Install
$ npm install hone-navbar
Usage
Please referance the SPEC for api info.
Testing
To run the test you will need to install all dependecies, you will need nodejs
as well as npm
. Then in the root of the directory run.
$ npm install