Tab List

Attribute Type Documentation Default Value
id :string

Unique identifier for the Tab List component

size :string

Size of the Tab List

"md"
class :string

Additional CSS classes for the Tab List

""
rest :global

Additional HTML attributes for the Tab List

inner_block :slot
tab_list_item :slot

Tab List item

Show slot attributes Hide slot attributes
is_active :boolean

If true, the tab item is active

class :string

Additional CSS classes for the Tab List Item

<:tab_list_item>
  Tab 1
</:tab_list_item>
<:tab_list_item is_active>
  Tab 2
</:tab_list_item>
<:tab_list_item>
  Tab 3
</:tab_list_item>