0.1.2 • Published 9 years ago
super-navbar v0.1.2
super-navbar
Dead-simple React navigation bar component inspired by webpack site's navbar.
Installation
This package utilizes styled-jsx
for styling purposes. Please make sure to install that before proceeding to the next step. See this guide
npm i -S super-navbar
# or
yarn add super-navbar
Usage
<Navbar>
<a href="/about">About</a>
<a href="/contact">Contact us</a>
</Navbar>
Development
Running the example locally is really easy!
git clone https://github.com/raibima/super-navbar && cd super-navbar
yarn
yarn dev