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.

11 lines (8 loc) 248 B
`<Ul />` component example: ```js import { Ul, Li } from '$PACKAGE_NAME'; <Ul> <Li>Vestibulum id ligula porta felis euismod semper.</Li> <Li>Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</Li> </Ul> ```