Files
directus/src/components/v-tabs/v-tab
Rijk van Zanten 4c2f5dc2ba Change print width to 120 (#671)
* Increase line-width to 120

* Auto-fix 100->120 columns
2020-06-01 16:50:08 -04:00
..
2020-03-19 11:50:09 -04:00
2020-04-02 12:10:13 -04:00
2020-06-01 16:50:08 -04:00

Tab

Individual tab. To be used inside a v-tabs context.

Usage

<v-tabs>
	<v-tab>Schema</v-tab>
	<v-tab>Options</v-tab>
</v-tabs>

Props

Prop Description Default
disabled Disable the tab false
value A custom value to be used in the selection of v-tabs

Events

n/a

Slots

Slot Description Data
default { active: boolean, toggle: () => void; }

CSS Variables

Variable Default
--v-tab-color var(--foreground-normal)
--v-tab-background-color var(--background-page)
--v-tab-color-active var(--foreground-normal)
--v-tab-background-color-active var(--background-page)