Alert Dialog

Delete account?

This will permanently delete your account and all associated data. This action cannot be reversed.

Attribute Type Documentation Default Value
Required id * :string
show :boolean false
on_cancel :any
show_close :boolean false
class :any []
overlay_class :any []
close_class :any []
animation_duration :integer 200
rest :global
Required inner_block * :slot
<.alert_dialog_header>
  <.alert_dialog_title id="alert-dialog-destructive-title">Delete account?</.alert_dialog_title>
  <.alert_dialog_description id="alert-dialog-destructive-description">
    This will permanently delete your account and all associated data.
    This action cannot be reversed.
  </.alert_dialog_description>
</.alert_dialog_header>
<.alert_dialog_footer>
  <.alert_dialog_cancel on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
    <.button variant="outline">Cancel</.button>
  </.alert_dialog_cancel>
  <.alert_dialog_action>
    <.button variant="destructive" phx-click={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
      Yes, delete account
    </.button>
  </.alert_dialog_action>
</.alert_dialog_footer>
close :slot