VTab
Props
| Name | Type | Description |
|---|---|---|
| icon | Enum:10-sec-backward-line10-sec-backward-solid10-sec-forward-line10-sec-forward-solid30-sec-backward-line30-sec-backward-solid30-sec-forward-line30-sec-forward-solid5-sec-backward-line5-sec-backward-solid5-sec-forward-line5-sec-forward-solid... 1217 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:accentcta | The connotation the tab should have. |
| shape | Enum:roundedsharp | 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 |