Skip to content

VTabs

Props

NameTypeDescription
activeidstringThe id of the active tab
activeindicatorbooleanWhether or not to show the active indicator
connotationEnum:
accent
cta
The connotation the tabs should have.
guttersEnum:
none
small
sets the initial preferred margin from predefined available options
orientationEnum:
vertical
horizontal
The orientation
scrollable-panelbooleansets overflow to the tab-panel
tabs-layoutEnum:
align-start
stretch
Controls the layout of the tabs.

Events

NameEvent TypeDescription
blurFocusEventFires when the element loses focus.
changeCustomEvent<HTMLElement>Fires a custom 'change' event when a tab is clicked or during keyboard navigation
clickMouseEventFires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
focusFocusEventFires when the element receives focus.
inputEventFires when the value of an element has been changed.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.

Slots

NameDescription
defaultDefault slot.

Methods

NameTypeDescription
adjust(adjustment: number) => voidThe adjust method for FASTTabs