ReadonlyariaAccessible label for the tab button. Required when no visible
label is provided (icon-only tabs).
ReadonlydisabledWhether this tab is disabled.
ReadonlyiconOptional SVG icon content displayed before the label.
ReadonlylabelThe text label displayed in the tab header. Optional when icon is set.
A single tab panel within a
<ui-tab-group>.Content is lazily rendered — only the active tab's content is stamped into the DOM.
At least one of
labeloriconmust be provided. When only aniconis set, provide anariaLabelso the tab remains accessible to screen readers.Example