0.1.2 • Published 9 years ago

super-navbar v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

super-navbar

Dead-simple React navigation bar component inspired by webpack site's navbar.

demo

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>

See example

Development

Running the example locally is really easy!

git clone https://github.com/raibima/super-navbar && cd super-navbar
yarn
yarn dev
0.1.2

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago