# Alerts
# Usage
<Alert title="Hello!" dismissable>
This is an alert message.
</Alert>
# Props
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| title | string | no | Title | |
| color | primary / secondary / success / danger / warning / info | primary | no | Color |
| outlined | boolean | false | no | Outlined |
| dismissable | boolean | false | no | Dismissable |
← Components Avatars →