# Card
  [![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
  

  ## Properties
  | </br>Name | </br>Type | </br>Summary | </br>Default | 
| ---- | ---- | ---- | ---- |
| border | `bool` | Define if card have border | `true` |
| children | `union` | Array of elements to show inside a card | `null` |
| className | `string` | Component class name | `null` |
| image | `string` | Image url | `''` |
| imageShadow | `bool` | Define if image   with shadow | `false` |
| shadow | `bool` | Define if card show with shadow | `false` |
| style | `objectOf` | Css style applied to the component | `null` |
| subTitle | `string` | Card subtitle | `''` |
| summary | `string` | Card summary | `''` |
| title | `string` | Card title | `''` |