Dialog

Dialog
Content
Attribute Type Documentation Default Value
id :string

Unique identifier for the Dialog component.

class :string

Additional CSS classes for the Dialog

""
rest :global

Additional HTML attributes for the Dialog

inner_block :slot

Inner block of the Dialog

header :slot

Header of the Dialog

<:header>
  Dialog
  <.dialog_close />
</:header>
<div class="flex items-center justify-center h-40 bg-brand-subtle text-brand">Content</div>
custom_close_icon :slot

Custom close icon for the Dialog.