Alert Dialog

Are you absolutely sure?

This action cannot be undone. This will permanently delete your account and remove your data from our servers.

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-default-title">Are you absolutely sure?</.alert_dialog_title>
  <.alert_dialog_description id="alert-dialog-default-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 on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
    <.button variant="outline">Cancel</.button>
  </.alert_dialog_cancel>
  <.alert_dialog_action>
    <.button phx-click={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>Continue</.button>
  </.alert_dialog_action>
</.alert_dialog_footer>
close :slot