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.

22 lines (19 loc) 461 B
`<CardBlock />` component example: ```js import { Card, CardBlock, CardTitle, CardSubtitle, CardText, Button, } from '$PACKAGE_NAME'; <Card width="50%"> <CardBlock> <CardTitle>Card title</CardTitle> <CardSubtitle>Card subtitle</CardSubtitle> <CardText>Some quick example text to build on the card title and make up the bulk of the Card content.</CardText> <Button color="primary">Go somewhere</Button> </CardBlock> </Card> ```