# Toasts
# Usage
<Toasts :toastList="toastList" @updateList="updateList" />
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| toastList | array | no | List of toasts | |
| autoDelete | bollean | false | no | If the toast is auto deleted |
| autoDeleteTime | number | 3 | no | Number of seconds till the toast is auto deleted |
# Events
| Event | Argument | Description |
|---|---|---|
| updateList | list | When toasts list is changed |
← Tabs Composables →