Dialog
Overview
Root dialog component built on Reka UI's DialogRoot.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| open | boolean | undefined | Whether the 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/dialog/Dialog.vue