@front10/landing-page-book
Version:
A react library for landing page
17 lines (15 loc) • 836 B
Markdown
# Card
[](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 | `''` |