Tabs
Tab switching for content.
Basic Usage
loading
Card & Border Card
loading
Active Type
Customize selected tab color via activeType:
loading
API
NeoTabs
| Prop | Description | Type |
|---|---|---|
| modelValue | Currently active name | string |
| type | Style type | 'line' | 'card' | 'border-card' |
| activeType | Selected tab color type | 'default' | 'primary' | 'success' | 'warning' | 'danger' | 'info' |
| tabPosition | Tab position | 'top' | 'right' | 'bottom' | 'left' |
NeoTabPane
| Prop | Description | Type |
|---|---|---|
| name | Unique identifier | string |
| label | Tab label | string |
| disabled | Disabled | boolean |
| closable | Whether closable | boolean |
Events: update:modelValue, tab-click.