alpha
TabsTabs are a navigation element used to display multiple pages in one view. Tabs should be on top of the page and also should be centered. Here's an example
TIP
Make sure the space between each tabs isn't too much, as that won't look good. In the give example we used 350px
as width, but this would change according to the number of tabs you have
The tabs component has two attributes, v-model
which gives you the index of the active tab and tabs
in which you give the tabs' text and icons.
With Icons
Tab's can also have icons, this uses icon component.