UNPKG

@bootstrap-styled/v4

Version:

twbs/bootstrap V4 UI Components made with bootstrap-styled. Work with css-in-js, react, styled-components, and Bootstrap Styled utilities.

16 lines (13 loc) 194 B
`<NavItem />` component example: ```js import { Nav, NavItem, NavLink, } from '$PACKAGE_NAME'; <Nav> <NavItem> <NavLink href="javascript:;">Link</NavLink> </NavItem> </Nav> ```