Skip to content
On this page

VTab

Props

NameTypeDescription
iconEnum:
10-sec-backward-line
10-sec-backward-solid
10-sec-forward-line
10-sec-forward-solid
30-sec-backward-line
30-sec-backward-solid
30-sec-forward-line
30-sec-forward-solid
5-sec-backward-line
5-sec-backward-solid
5-sec-forward-line
5-sec-forward-solid
... 1219 more ...
A decorative icon the custom element should have. See the Vivid Icon Gallery for available icons: https://icons.vivid.vonage.com/
icon-trailingbooleanIndicates the icon affix alignment.
disabledbooleanWhen true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled
connotationEnum:
accent
cta
The connotation the tab should have.
shapeEnum:
rounded
sharp
The shape the tab should have.
labelstringIndicates the tab's label.
removablebooleanIndicates the tab's label.
tab-indexnumber
aria-selectedstring

Slots

NameDescription
iconSlot to add an icon to tab.

Methods

NameTypeDescription
_handleCloseClick(e: Event) => unknown
_onKeyDown(e: KeyboardEvent) => unknown