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) 167 B
`<Dt />` component example: ```js import { Dl, Dt, Dd } from '$PACKAGE_NAME'; <Dl className="d-inline-block"> <Dt>Coffee</Dt> <Dd>Black hot drink</Dd> </Dl> ```