TabBar
TabBar badge
TabBar
TabBar badge
Basic Usage
TabBar
Demo loads on client.
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | string | number | '' | TextValue(v-model) |
items | TabBarItem[] | [] | Description for items. |
fixed | boolean | true | Description for fixed. |
safeAreaBottom | boolean | true | Description for safeAreaBottom. |
disabled | boolean | false | Description for disabled. |
zIndex | number | 2000 | z-index |
TabBarItem
| Field | Type | Description |
|---|---|---|
value | string | number | TextValue |
label | string | Description for label. |
iconClass | string | Description for iconClass. |
badge | string | number | badge |
disabled | boolean | Description for disabled. |
Events
| Event | Params | Description |
|---|---|---|
update:modelValue | (value) | Description for update:modelValue. |
change | (value) | Description for change. |
Was this helpful?