Alert Dialog

A modal dialog that interrupts the user for important information.

Import

Usage

AlertDialog Props

AttributeTypeDefaultDescription
openboolean-Controlled open state of the dialog.
onOpenChange(open: boolean) => void-Callback when the open state changes.