Dialog
Modal for settings or confirmations.
Loading…
Modal for settings or confirmations.
Loading…
Modal confirmations — export complete, destructive actions, settings.
| Prop | Type | Default | Description |
|---|---|---|---|
| open | boolean | — | Open state. |
| onOpenChange | (open: boolean) => void | — | Open change handler. |
| title | string | — | Dialog title. |
| description | string | — | Optional description. |
| className | string | — | Optional CSS class. |
Also copy lib/utils.ts (cn helper):