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

    Class ZetaLabel

    Text badges notify users of line items that need attention.

    Hierarchy

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

    Other

    • Returns ZetaLabel

    label?: string

    Text displayed on label.

    Can also be slotted.

    rounded: boolean
    status: "positive" | "negative" | "info" | "neutral" | "warning" = "neutral"

    Type of text label.

    BannerStatus.default

    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>