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.

15 lines (11 loc) 254 B
The Nav is a wrapper container for building top level navigation bars ### Example ```jsx live=true <Nav> <NavItem isActive>Cars</NavItem> <NavItem>Shopping Tools</NavItem> <NavItem>Own</NavItem> </Nav> ``` ### Changelog - *Added in version 0.0.45*