Drawer

Content
Attribute Type Documentation Default Value
id :string

Unique identifier for the drawer component

has_close_button :boolean

Whether the drawer has a close button.

false
position :string

Position of the drawer

"end"
class :string

Additional CSS classes for the drawer

""
rest :global

Additional HTML attributes for the drawer

inner_block :slot

Inner block of the drawer

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

Title of the drawer

custom_close_icon :slot

Custom close icon for the drawer.