Tabs can have different alignments. Use the justify prop to display tabs aligned to the left, center or right.
Name
Type
v-modelThe value of the currently selected tab. This should match the value of one of the tabs in the tabs array.
Show exampleHide example
Name
Type
Default
tabsAn array of tab objects that contain a label and value
Required Show exampleHide example
typeThe type of tabs to display. Can be either "tabs" or "box".
Show exampleHide example
justifyThe horizontal alignment of the tabs. Can be "start", "center", or "end".
Show exampleHide example
boxedWhether or not to display the tabs as boxes.
Show exampleHide example
hide-labelWhether or not to hide the label for the tab.