Tabs

Organize content into switchable tab panels.

Tabs

Default

Control the active tab with v-model on s-tabs.

Code copied

Color

Theme the active indicator and labels.

Code copied

Alignments

Align tabs to the left, center, right, or fixed width.

Code copied

Position

Place the tab bar on top, bottom, left, or right.

Code copied

Icons

Add icons to individual s-tab items.

Code copied

API

PROPS

PropertyTypeValuesDescriptiondefaultExampleMore
v-modelNumber, Stringindex or nameActive tab index.
colorStringprimarysuccessdangerActive color.primary
alignmentStringleftcenterrightfixedTab alignment.left
positionStringtopbottomleftrightTab bar position.top
labelStringStringTab label (s-tab).Label
iconStringMaterial iconTab icon (s-tab).
disabledBooleantruefalseDisable tab (s-tab).
No matching data

EVENTS

PropertyTypeValuesDescriptiondefaultExampleMore
update:modelValueActive tab changed.
changeActive tab changed.
No matching data
Last Updated: 2026-08-17, 08:33:54