@zebra-fed/zeta-web
    Preparing search index...

    Class ZetaTabItem

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

    Hierarchy

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

    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>