
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests
### className
- type: string
- description: Specifies a CSS class name to be appended to the component’s root element.
### cols
- type: number
- description: Defines the number of columns. It is used to define how many features will be displayed in a single row.
### features
- type: arrayOf
- description: Specifies an array of features. It accepts following properties:
 * `image` - use to pass a visual representation of a feature
 * `title` - use to specify feature title
 * `text` - use to specify a short feature description.q


