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.

14 lines (11 loc) 245 B
`<Li />` component example: ```js import { Ul, Li } from '$PACKAGE_NAME'; <Ul> <Li>Cras justo odio</Li> <Li>Dapibus ac facilisis in</Li> <Li>Morbi leo risus</Li> <Li>Porta ac consectetur ac</Li> <Li>Vestibulum at eros</Li> </Ul> ```