Overlays
Alert Dialog
Blocking confirmation. Requires explicit action.
Alert Dialog
Blocking confirmation.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
open | boolean | -- | Controlled open state. |
onOpenChange | (open: boolean) => void | -- | Called when open state changes. |
Related
Usage
import { AlertDialog } from "@doss/tetris-ui";