Alert Dialog component
<.alert_dialog>
<.alert_dialog_trigger aschild>
<button variant="outline">show 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>
</.alert_dialog>