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

    Class ZetaStatusChip

    Zeta Status Chip web component.

    Hierarchy

    • ContourableInterface<this> & LitElement<this>
      • ZetaStatusChip
    Index

    Other

    • Returns ZetaStatusChip

    rounded: boolean
    text: string = ""

    Text displayed in the chip.

    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>