Bottom Sheet

BottomSheet title
Content
Attribute Type Documentation Default Value
id :string

Unique identifier for the alert component. Required for the close button to work if present

has_handle :boolean

Whether the bottom sheet has a handle for dragging.

false
has_close_button :boolean

Whether the bottom sheet has a close button.

false
class :string

Additional classes to add to the component.

""
rest :global

Additional attributes to add to the bottom sheet component.

bottom_sheet_title_content :slot

Title content of the bottom sheet.

<:bottom_sheet_title_content>
    BottomSheet title
</:bottom_sheet_title_content>

<div class="w-full flex items-center justify-center h-full bg-brand-subtle text-brand overflow-y-auto">Content</div>
custom_close_icon :slot

Custom close icon for the bottom sheet.

inner_block :slot

Inner content of the bottom sheet.