`<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>
```
