# Alert API

> Auto-generated API reference for `Alert` from @vuetify/v0 (Vuetify0).
> Source of truth: https://0.vuetifyjs.com/api/alert

## Related

- https://0.vuetifyjs.com/components/semantic/alert
- https://0.vuetifyjs.com/components/semantic/snackbar
- https://0.vuetifyjs.com/components/disclosure/alert-dialog
- https://0.vuetifyjs.com/composables/plugins/use-notifications

## Alert.Root

### Props

| Name | Type | Default | Required | Description |
|---|---|---|---|---|
| `role` | `"alert" \| "status" \| undefined` | `"alert"` | no | ARIA live-region role. - `'alert'`  — assertive: AT interrupts to announce the message immediately. - `'status'` — polite: AT waits for the current speech to finish. |

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `AlertRootSlotProps` | — |

## Alert.Description

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `AlertDescriptionSlotProps` | — |

## Alert.Title

### Slots

| Name | Type | Description |
|---|---|---|
| `default` | `AlertTitleSlotProps` | — |
