Alert Dialog
A modal confirmation dialog that interrupts the user for important decisions.
Usage
Sub-components
AlertDialogContent
Modal content container.
AlertDialogHeader
Header layout container.
AlertDialogTitle
Alert title text (required for accessibility).
AlertDialogDescription
Description of the action being confirmed.
AlertDialogFooter
Footer layout for action buttons.
AlertDialogAction
Confirm/proceed button.
AlertDialogCancel
Cancel button that closes the dialog.
AlertDialogTrigger
Element that opens the alert dialog.