UNPKG

@dabapps/roe

Version:

A collection of React components, styles, mixins, and atomic CSS classes to aid with the development of web applications.

21 lines (18 loc) 290 B
#### Example ```js import { Nav, NavItem } from '@dabapps/roe'; <Nav> <NavItem active> <a>One</a> </NavItem> <NavItem> <a>Two</a> </NavItem> <NavItem> <a>Three</a> </NavItem> <NavItem className="button hollow primary"> <a>Logout</a> </NavItem> </Nav>; ```