The main alert dialog component.
:id
:open
false
:on-open
:on-close
:class
This action cannot be undone. This will permanently delete your account and remove your data from our servers.
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="outline">Show Alert Dialog</.button> </.alert_dialog_trigger> <.alert_dialog_content> <.alert_dialog_header> <.alert_dialog_title>Are you absolutely sure?</.alert_dialog_title> <.alert_dialog_description> This action cannot be undone. This will permanently delete your account and remove your data from our servers. </.alert_dialog_description> </.alert_dialog_header> <.alert_dialog_footer> <.alert_dialog_cancel>Cancel</.alert_dialog_cancel> <.alert_dialog_action>Continue</.alert_dialog_action> </.alert_dialog_footer> </.alert_dialog_content>