Dialog
Modal dialog with overlay, close on escape, and compound sub-components.
Default
Confirmation
Props — Dialog
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | — | Controlled open state. |
| defaultOpen | boolean | false | Initial open state (uncontrolled). |
| onOpenChange | (open: boolean) => void | — | Callback when open state changes. |