# Tab Item Individual tab content. To be used in a `v-tabs-items` context. ```html This is the content for the first tab. This is the content for the second tab. ``` If you're using a custom value in the `value` prop, make sure the corresponding tab uses the same value to match: ```html Home Settings This is the content for home. Settings content ``` ## Reference #### Props | Prop | Description | Default | Type | | ------- | --------------------------------------- | ------- | -------- | | `value` | Custom value to use for selection state | `null` | `String` | #### Events n/a #### Slots | Slot | Description | Data | | --------- | ---------------- | ----------------------------------------- | | _default_ | Tab item content | `{ active: boolean, toggle: () => void }` |