@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) • 325 B
Markdown
`<CardImg />` component example:
```js
import {
Card,
CardImg,
CardText,
} from '$PACKAGE_NAME';
<Card width="50%">
<CardImg top src="https://placeholdit.imgix.net/~text?txtsize=33&txt=318%C3%97180&w=318&h=180" alt="Card image cap" />
<CardText>Some quick example with img card component</CardText>
</Card>
```