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) 138 B
`<Dd />` component example: ```js import { Dt, Dd } from '$PACKAGE_NAME'; <div> <Dt>Coffee</Dt> <Dd>Black hot drink</Dd> </div> ```