VTab
Props
Name | Type | Description |
---|---|---|
icon | Enum: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-trailing | boolean | Indicates the icon affix alignment. |
disabled | boolean | When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled |
connotation | Enum:accent cta | The connotation the tab should have. |
shape | Enum:rounded sharp | The shape the tab should have. |
label | string | Indicates the tab's label. |
removable | boolean | Indicates the tab's label. |
tab-index | number | |
aria-selected | string |
Slots
Name | Description |
---|---|
icon | Slot to add an icon to tab. |
Methods
Name | Type | Description |
---|---|---|
_handleCloseClick | (e: Event) => unknown | |
_onKeyDown | (e: KeyboardEvent) => unknown |