`Grid (selectable) Button Component`
====================================


Props
-----

| Prop | Type | Required | Default |
| ---- | ---- | -------- | ------- |
| className | string |  | 'primary' |
| label | string |  | 'global.submit' |
| onClick | func |  | () =><br>{} |

### `className`

field custom classes


type: `string`
defaultValue: `'primary'`


### `label`

type: `string`
defaultValue: `'global.submit'`


### `onClick`

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

