Tabs

A tabs component that allows users to switch between different views or sections of content. It supports two styl

Content for Tab 1

Props

Tabs Component

NameDefaultType
variantdefaultdefault filled
The visual style of the tabs
expandfalseboolean
Whether the tabs should expand to full width
disabledfalseboolean
Whether all tabs are disabled

Tab Component

NameDefaultType
disabledfalseboolean
Whether the tab is disabled
valuestring
The value of the tab
labelstring
The label text to display in the tab

Events

NamePayloadType
update:modelValuestringEmitted when the active tab changes

Slots

Tabs Component

NameAcceptsDescription
defaultanyTab components
startanyContent to display before the tabs
endanyContent to display after the tabs

Tab Component

NameAcceptsDescription
defaultanyCustom content for the tab