The main alert dialog component.
:id
:open
false
:on-open
:on-close
:class
Are you sure you want to delete your account? All of your data will be permanently removed. This action cannot be undone.
Unique identifier for the alert dialog
Whether the alert dialog is initially open
Handler for alert dialog open event
Handler for alert dialog close event
<.alert_dialog_trigger> <.button variant="destructive">Delete Account</.button> </.alert_dialog_trigger> <.alert_dialog_content> <.alert_dialog_header> <.alert_dialog_title>Delete Account</.alert_dialog_title> <.alert_dialog_description> Are you sure you want to delete your account? All of your data will be permanently removed. This action cannot be undone. </.alert_dialog_description> </.alert_dialog_header> <.alert_dialog_footer> <.alert_dialog_cancel>Cancel</.alert_dialog_cancel> <.alert_dialog_action variant="destructive">Delete</.alert_dialog_action> </.alert_dialog_footer> </.alert_dialog_content>