Tabs
Tabs are used to organize content by grouping similar information on the same page.
Import
js
import { MpTabs, MpTabList, MpTab, MpTabPanels, MpTabPanel } from '@mekari/pixel3'
Playground
API
MpTabs
Props
Events
Slots
Name | Type | Default |
---|---|---|
model-value | number | - |
default-value | number | 0 |
id | string | - |
variant-color | "blue" | "green" | "orange" | "red" | "gray" | blue |
is-manual | boolean | false |
is-show-border | boolean | true |
MpTabList
Slots
Name | Type |
---|---|
default | any |
MpTab
Props
Slots
Name | Type | Default |
---|---|---|
id | string | - |
is-disabled | boolean | false |
MpTabPanels
Slots
Name | Type |
---|---|
default | any |
MpTabPanel
Props
Slots
Name | Type | Default |
---|---|---|
is-keep-alive | boolean | true |