/
githubmirror
/
vuetify
Обзор
Документация
Войти
/
githubmirror
/
vuetify
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/api-generator/src/locale/en/VTabs.json
31 строка
2 KB
Rambaud Pierrick
docs: add description to all the component in the web-types (#22563)
22 апр 2026, 19:19
Не верифицирован
22 апр 2026, 19:19
01b0a53
Код
Авторство
О чём код?
{ "description": "Used to organize content across different screens, data sets, and other interactions.", "props": { "alignTabs": "Aligns the tabs to the `start`, `center`, or `end` of container. Also accepts `title` to align with the `v-toolbar-title` component.", "color": "Applies specified color to the selected tab - supports utility colors (for example `success` or `purple`) or css color (`#033` or `rgba(255, 0, 0, 0.5)`). Find a list of built-in classes on the [colors page](/styles/colors#material-colors).", "centerActive": "Forces the selected tab to be centered.", "direction": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`.", "fixedTabs": "Tabs will be centered and each tab item will grow up to 300px width.", "grow": "Forces tabs to take up all available space.", "height": "Sets the height of the tabs bar.", "hideSlider": "Hide's the generated `v-tabs-slider`.", "inset": "Changes the slider to take full height. Tabs will also get some spacing and customizable rounding.", "insetPadding": "Sets custom spacing between tabs for `inset` mode.", "insetRadius": "Sets custom border radius for the tabs container `inset` mode. Rounding for individual tabs is calculated by subtracting the padding.", "items": "The items to display in the component. This can be an array of strings or objects with a property `text`.", "mobileBreakpoint": "Sets the designated mobile breakpoint for the component.", "prevIcon": "Left pagination icon.", "nextIcon": "Right pagination icon.", "showArrows": "Show pagination arrows if the tab items overflow their container. For mobile devices, arrows will only display when using this prop.", "sliderColor": "Changes the background color of an auto-generated `v-tabs-slider`.", "sliderTransition": "Changes slider transition to one of the predefined animation presets.", "sliderTransitionDuration": "Applies custom slider transition duration. Default duration depends on transition type (fade: 400, grow: 350, shift: 225).", "stacked": "Apply the stacked prop to all children v-tab components." }, "slots": { "[`item.${string}`]": "Dynamic slot to define custom slots for specific tab window items", "[`tab.${string}`]": "Dynamic slot to define custom slots for specific tab headers in the slide group", "tab": "Slot for custom tab header content.", "window": "Slot for custom tab window content." } }