Components
-----

### ApToast

**Props**

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| message | string | '' | Message to show. |
| duration | number | 2000 | Milliseconds to dismiss. |
| icon | string | null | Icon to show |

### ApToastStyle

**Props**

| Name | Type | Default | Description |
| ---- | ---- | ------- | ----------- |
| scoped | bool | false | Render as scoped style. |
| style | object | {} | Style object. |

