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

    Class ZetaCard

    Cards are used to display content.

    • The content of the card.

    --card-border-line-width The line width of the border

    --card-border-color The color of the border

    --card-border-line-style The line style of the border

    Hierarchy

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

    Other

    • Returns ZetaCard

    rounded: boolean
    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>