Dialog

Content
Attribute Type Documentation Default Value
id :string

Unique identifier for the dialog component

has_close_button :boolean

Whether the dialog has a close button.

false
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-space-160 bg-brand-subtle text-brand">Content</div>
title :slot

Title of the dialog

custom_close_icon :slot

Custom close icon for the dialog.