# Features
  [![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 | 
| ---- | ---- | ---- | ---- |
| buttonColor | `string` | Establishes color button | `'primary'` |
| buttonOutline | `bool` | Establishes if <code>'See more'</code> button is outline | `true` |
| columnClassName | `string` | CSS class name for column | `'col-12 col-sm- col-md'` |
| contentAlign | `string` | Align of a component content. Can be <code>'left'</code>, <code>'center'</code> and <code>'right'</code> | `'center'` |
| featureBorder | `bool` | Establishes if feature card has border | `false` |
| features | `arrayOf` | Array of features to show | `[]` |
| imageBorder | `bool` | Establishes if image is with border | `false` |
| imageCircle | `bool` | Establishes if image is circled | `false` |
| imageShadow | `bool` | Establishes image with shadow | `false` |
| shadow | `bool` | Establishes shadow for each card | `false` |
| showFooter | `bool` | Show or hide Card footer | `true` |
| showImage | `bool` | Show or hide image | `true` |
| showSubtitle | `bool` | Show or hide subtitle | `true` |
| showSummary | `bool` | Show or hide summary | `true` |
| showTitle | `bool` | Show or hide title | `true` |