A tab item to be used in a zeta-tab-bar

  • The content of the menu item.

Hierarchy

  • ContourableInterface<this> & LitElement<this> & InteractiveInterface<this>
    • ZetaTabItem

Other

  • Returns ZetaTabItem

active: boolean = false
disabled: boolean
rounded: boolean
selected: boolean = false
styles: CSSResultGroup[] = ...

rendering

  • Invoked on each update to perform rendering tasks. This method may return any value renderable by lit-html's ChildPart - typically a TemplateResult. Setting properties inside this method will not trigger the element to update.

    Returns TemplateResult<1>