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 true
class :any []
overlay_class :any []
close_class :any []
animation_duration :integer 200
rest :global
Required inner_block * :slot
<.dialog_header>
  <.dialog_title id="dialog-default-title">Are you absolutely sure?</.dialog_title>
  <.dialog_description id="dialog-default-description">
    This action cannot be undone. This will permanently delete your account
    and remove your data from our servers.
  </.dialog_description>
</.dialog_header>
<.dialog_footer>
  <.dialog_close on_cancel={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>
    <.button variant="outline">Cancel</.button>
  </.dialog_close>
  <.button phx-click={Phoenix.LiveView.JS.dispatch("phx-shadcn:hide")}>Continue</.button>
</.dialog_footer>
close :slot