AlertDialog
Overview
Root alert dialog component built on Reka UI's AlertDialogRoot.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| open | boolean | undefined | Whether the alert dialog is open. | |
| defaultOpen | boolean | undefined | The default open state. |
Slots
default
Scoped slot.
Events
| Name | Description |
|---|---|
update:open | Emitted when the open state changes. |
Source
client/lib/shell/alert-dialog/AlertDialog.vue