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.

13 lines (10 loc) 225 B
`<Dl />` component example: ```js import { Dl, Dt, Dd } from '$PACKAGE_NAME'; <Dl className="d-inline-block"> <Dt>Coffee</Dt> <Dd>Black hot or cold drink</Dd> <Dt>Tea</Dt> <Dd>Green hot or cold drink</Dd> </Dl> ```