Tabs API
API reference docs for the Stash Tabs
component. Learn about the props, CSS, and other APIs of this exported module.
Import
ts
import Tabs from '@leaflink/stash/Tabs.vue';
Props
Name | Type | Default | Description |
---|---|---|---|
activeTab | string | '-' | The currently active tab value |
variant | TabVariants | TabVariant.Line | Tabs variant |
Slots
Name | Description |
---|---|
default |
Events
Name | Description |
---|---|
update:activeTab |