Overlays
Dialog
Modal overlay for confirmations, forms, detail views.
Confirmation Dialog
Simple confirmation with title, description, and action buttons.
Form Dialog
Dialog with form inputs for data entry.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | -- | Controlled open state. |
onOpenChange | (open: boolean) => void | -- | Called when open state changes. |
modal | boolean | true | Whether to render as a modal (blocks interaction outside). |
Related
Usage
import { Dialog } from "@doss/tetris-ui";