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

    Class ZetaPriorityPill

    This badge is used to indicate the order of importance.

    Slotted children:

    • Number
    • Text

    Hierarchy

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

    Other

    • Returns ZetaPriorityPill

    number?: string | number

    Number shown at start of component.

    Can also be slotted.

    rounded: boolean
    text?: string

    Text of Priority.

    Can also be slotted.

    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>