Tabs
Horizontal tabs
Profile content goes here.
Active: tab1
With disabled tab
Active tab content.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| modelValue | string | '' | Active tab value |
| tabs | FuiTab[] | required | Tab definitions |
| orientation | horizontal | vertical | horizontal | Tab orientation |
FuiTab
| Prop | Type | Description |
|---|---|---|
| value | string | Tab identifier |
| label | string | Display label |
| disabled? | boolean | Tab disabled |