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

[Documentation] Missing descriptions in tabs api page #16986

Closed
Yeeons opened this issue Mar 22, 2023 · 1 comment · Fixed by #17001
Closed

[Documentation] Missing descriptions in tabs api page #16986

Yeeons opened this issue Mar 22, 2023 · 1 comment · Fixed by #17001
Labels
duplicate The issue has already been reported T: documentation

Comments

@Yeeons
Copy link
Contributor

Yeeons commented Mar 22, 2023

Environment

Browsers: Firefox 111.0
OS: Windows 10

Steps to reproduce

  1. go to https://vuetifyjs.com/en/api/v-tab/
  2. search for 'MISSING DESCRIPTION' should appear for:
    a. direction
    b. fixed
    c. hide-slider
    d. slider-color

Expected Behavior

Should so information on that api

Actual Behavior

only shows missing description

Reproduction Link

https://vuetifyjs.com/en/api/v-tab/

Other comments

Recommend changing to:

fixed
Forces component to take up all available space up to their maximum width (300px), and centers it.

hide-slider
Hides the active tab slider component (no exit or enter animation).

slider-color
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). 

direction
Should this be removed as this seems like its handled under tabs? doesn't currently do anything.

@MajesticPotatoe MajesticPotatoe added duplicate The issue has already been reported T: documentation and removed S: triage labels Mar 24, 2023
@MajesticPotatoe
Copy link
Member

MajesticPotatoe commented Mar 24, 2023

duplicate #13573 - feel free to submit a PR with changes
https://github.com/vuetifyjs/vuetify/blob/master/packages/api-generator/src/locale/en/v-tab.json

direction is a valid prop, it is created + set on v-tab, used to set computed isHorizontal which is used in slider update calculations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate The issue has already been reported T: documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants