Tabs

Organizes content into separate panels that users can switch between. Makes navigating related sections quick and intuitive.

Orientation

Github is a code hosting platform for version control and collaboration
Github is a code hosting platform for version control and collaboration

Icons

Github is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.

Props

NameDefaultType
as
-string

Element/component used to render the tab container

tabs*
-Tab[]

List of tabs to render

vertical
-boolean

Renders tabs vertically instead of horizontally

modelValue
0string | number

Slots

SlotPayload
tab-item
{ tab: { label: string; icon?: string | undefined; route?: string | undefined; }; }

Custom renderer for a tab trigger (icon + label / router-link).

tab-panel
{ tab: { label: string; icon?: string | undefined; route?: string | undefined; }; }

Content rendered for each tab panel.

Emit Events

EventPayload
update:modelValue
[value: string | number]