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 (10 loc) 197 B
`<ListGroupItem />` component example: ```js import { ListGroup, ListGroupItem, } from '$PACKAGE_NAME'; <ListGroup> <ListGroupItem>I'm a list group item</ListGroupItem> </ListGroup> ```