Tabs
The v-tabs component is used for hiding content behind a selectable item. This can also be used as a pseudo-navigation for a page, where the tabs are links and the tab-items are the content.
Basic
The v-tabs
component is used for hiding content behind a selectable item.
Stacked
Using stacked
prop you can have buttons that use both icons and text.
Vertical
The vertical
prop allows for v-tab
components to stack vertically.
Sed aliquam ultrices mauris. Donec posuere vulputate arcu. Morbi ac felis. Etiam feugiat lorem non metus. Sed a libero.
Phasellus dolor. Fusce neque. Fusce fermentum odio nec arcu. Pellentesque libero tortor, tincidunt et, tincidunt eget.
Alignment
Use align-tabs
prop to change the tabs alignment.
Pagination
If the tab items overflow their container, pagination controls will appear on desktop.
Custom Icons
prev-icon
and next-icon
props can be used for applying custom pagination icons.
Fixed
The fixed-tabs
prop forces v-tab
to take up all available space up to the maximum width (300px).
Grow
The grow
prop will make the tab items take up all available space with no limit.
Dynamic
Tabs can be dynamically added and removed. This allows you to update to any number and the v-tabs
component will react.
Basic Pill
Use our custom class .v-tabs-pill
along with v-tabs
component to style pill tabs.
Vertical Pill
Use our custom class .v-tabs-pill
along with v-tabs
component to style pill tabs.
Sed aliquam ultrices mauris. Donec posuere vulputate arcu. Morbi ac felis. Etiam feugiat lorem non metus. Sed a libero.
Phasellus dolor. Fusce neque. Fusce fermentum odio nec arcu. Pellentesque libero tortor, tincidunt et, tincidunt eget.
CONTENTS
Introduction
Basic
Stacked
Vertical
Alignment
Pagination
Custom Icons
Fixed
Grow
Programmatic Navigation
Dynamic
Basic Pill
Vertical Pill