Alert
FeedbackA contextual alert message.
Preview
Information
This is an example alert message.
Usage
<Alert variant="error" title="Error">Something went wrong.</Alert>Props
| Name | Type | Default | Description |
|---|---|---|---|
| variant | 'info' | 'success' | 'warning' | 'error' | 'info' | Alert style. |
| title | string | '' | Alert title. |
Slots
| Name | Description |
|---|---|
| default | Alert content. |