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.

15 lines (12 loc) 289 B
`<CardTitle />` component example: ```js import { Card, CardTitle, CardText, } from '$PACKAGE_NAME'; <Card width="50%" block> <CardTitle>Special Title Treatment</CardTitle> <CardText>With supporting text below as a natural lead-in to additional content.</CardText> </Card> ```