Alert dialog
Alert dialog components for confirming destructive or important actions.
Basic
Basic alert dialog with default action and cancel buttons.
Destructive
Destructive variant for delete or irreversible actions using buttonVariants({ variant: "destructive" }) on the action button.
Custom content
Alert dialogs with custom copy for specific use cases.