Tabs

Tabs very easy to implement

Default

To implement a tabs within the application we have the vs-tabs component that as an internal component needs vs-tab for each child.

TIP

For the title of each tab the vs-tab property is implemented in thevs-tab component.

    Position

    You can change the position of the menu with the property vs-position that as a value you can have: top, right,bottom, left.

      API #

      NameTypeParametersDescriptiondefault
      vs-tabsComponentComponent that contains the children vs-tab.
      vs-tabComponentcomponent that wraps everything inside.
      vs-labelStringText on the tab button.
      vs-positionStringtop, left, bottom, rightTabs menu position.
      vs-colorStringRGB, HEXColor of the tabs component.
      disabledBooleanButton on disabled.