API reference
Properties
| Property | Attribute | Description | Type | Default |
|---|---|---|---|---|
| messageOverrides | Overrides individual strings used by the component. | Record<string, unknown> | undefined | ||
| position | position | Specifies the position of @internal | TabPosition | "bottom" |
| selectedTitle | Specifies the component's selected | TabTitle | ||
| storageId | storage-id | Specifies the name when saving selected | string | |
| syncId | sync-id | Specifies text to update multiple components to keep in sync if one changes. | string |
Slots
| Name | Description |
|---|---|
| default (unnamed) | A slot for adding |
Styles
| Name | Description |
|---|---|
| --calcite-tab-background-color | Specifies the component's background color. |
| --calcite-tab-border-color | When |
| --calcite-tab-text-color | Specifies the component's |
Events
| Name | Description | Behavior |
|---|---|---|
| calciteTabChange | Emits when the selected |
Methods
| Name | Description | Signature |
|---|---|---|
| componentOnReady | Creates a promise that resolves once the component is fully loaded. | componentOnReady(): Promise<this> |