# Tabs Items Tabs Items mirror a tab and display information for a selected tab. If a tab item is not selected, it automatically gets hidden. ```html Home Section News Section Help Section ``` ## Reference #### Props | Prop | Description | Default | Type | | ------- | ------------- | ----------- | ---------------------- | | `value` | v-model value | `undefined` | `(string or number)[]` | #### Events | Event | Description | Value | | ------- | --------------- | ------------------------------- | | `input` | Updates v-model | `readonly (string or number)[]` | #### Slots | Slot | Description | Data | | --------- | ----------- | ---- | | _default_ | | |