Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(v-tab): fix missing descriptions #17001

Merged
merged 2 commits into from
Mar 25, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions packages/api-generator/src/locale/en/v-tab.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
"keydown": "Emitted when **enter** key is pressed"
},
"props": {
"fixed": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))",
"fixed": "Forces component to take up all available space up to their maximum width (300px), and centers it.",
"stacked": "Displays the tab as a flex-column.",
"sliderColor": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))",
"hideSlider": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))",
"direction": "MISSING DESCRIPTION ([edit in github](https://github.com/vuetifyjs/vuetify/tree/master/packages/api-generator/src/locale/en/v-tab.json))"
"sliderColor": "Applies specified color to the slider when active on that component - supports utility colors (for example success or purple) or css color (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).",
MajesticPotatoe marked this conversation as resolved.
Show resolved Hide resolved
"hideSlider": "Hides the active tab slider component (no exit or enter animation).",
"direction": "Changes the direction of the tabs. Can be either `horizontal` or `vertical`."
}
}