`Grid helper Row Component`
===========================
Avatar | title, subtitle | action

Props
-----

| Prop | Type | Required | Default |
| ---- | ---- | -------- | ------- |
| action | element |  | '' |
| img | string |  | '' |
| onClick | func |  | () =><br>{} |
| subtitle | union(string,element) |  | '' |
| title | union(string,element) | * |  |

### `action`

type: `element`
defaultValue: `''`


### `img`

type: `string`
defaultValue: `''`


### `onClick`

type: `func`
defaultValue: `() =>
{}`


### `subtitle`

type: `union(string|element)`
defaultValue: `''`


### `title` (required)

type: `union(string|element)`

