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

<div class="w-full flex items-center justify-center h-40 bg-brand-subtle text-brand">Content</div>
header :slot

Header of the Dialog

custom_close_icon :slot

Custom close icon for the Dialog.