npm install tango-uitango-ui
=========
A slick UI component library for react
npm install tango-ui --save
``javascript`
import { NavBar, RaisedButton, FloatingActionButton, Tags } from 'tango-ui';
`html`
links={[
{ url: "/members", label: "Members" },
{ url: "/projects", label: "Projects" },
{ url: "/users", label: "Users" },
{ url: "/login", label: "Login" }
]} />
`html
`
`html
`
`html
`
`html``
npm test
In lieu of a formal styleguide, take care to maintain the existing coding style.
Add unit tests for any new or changed functionality. Lint and test your code.
* 0.0.4 Initial release