Alert
Examples
Basic
closable
icon
API
Props
| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| color | String | 'primary' | no | Color of the alert |
| icon | String | - | no | show custom icon |
| showIcon | Boolean | false | no | show icon by color (info, success, warning, danger) |
| closable | Boolean | false | no | show close icon for alert close |
Events
| Event Name | Parameters | Description |
|---|---|---|
| close | - | when alert closed |