Files
directus/docs/reference/app/components/v-tabs-items.md
Pyll Gomez 62eb1484b6 Docs Spell check (#4299)
* Rotate JPG image on upload #4206

* fixes #3949 width/height generated for gif and tif

* API hooks for event added for auth.login #4079

* updated doc for api hooks for new auth.login event

* Style tweaks

* Update docs

* Tweak docs some more

* Spelling error

* Allow non-required flags and pass to hook

* SDK - Persistent login refresh fixes #4113

* Fixed #4145 SDK, Token Expired error

* Spell check

* Docs Spell check

* Docs Spell check

* Docs Spell check

Co-authored-by: rijkvanzanten <rijkvanzanten@me.com>
2021-02-25 15:09:44 -05:00

33 lines
876 B
Markdown

# 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
<v-tabs-items v-model="selection">
<v-tab-item>Home Section</v-tab-item>
<v-tab-item>News Section</v-tab-item>
<v-tab-item>Help Section</v-tab-item>
</v-tabs-items>
```
## 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_ | | |