UNPKG

vcc-ui

Version:

VCC UI is a collection of React UI Components that can be used for developing front-end applications at Volvo Car Corporation.

12 lines (9 loc) 203 B
The Nav is a component for building top level navigation bars ### Example ```jsx live=true <Nav> <NavItem isActive>Cars</NavItem> <NavItem>Shopping Tools</NavItem> <NavItem>Own</NavItem> </Nav> ```