Alert Dialog
A modal dialog that interrupts the user for important information.
Import
Usage
AlertDialog Props
| Attribute | Type | Default | Description |
|---|---|---|---|
| open | boolean | - | Controlled open state of the dialog. |
| onOpenChange | (open: boolean) => void | - | Callback when the open state changes. |

