The ui5-tab
represents a selectable item inside a ui5-tabcontainer
.
It defines both the item in the tab strip (top part of the ui5-tabcontainer
) and the
content that is presented to the user once the tab is selected.
Properties​
Description | The text to be displayed for the item. |
Type | string | undefined |
Default | undefined |
disabled​
Description | Disabled tabs can't be selected. |
Type | boolean |
Default | false |
additionalText​
Description | Represents the "additionalText" text, which is displayed in the tab. In the cases when in the same time there are tabs with icons and tabs without icons, if a tab has no icon the "additionalText" is displayed larger. |
Type | string | undefined |
Default | undefined |
icon