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

    Class ZetaEmptyState

    Empty states are used to convey there is no data is available for display. Types include No results, First use, No Data, User Cleared

    primaryAction - Primary Action Button. Should be of type {ZetaButton}.

    secondaryAction - Secondary Action Button. Should be of type {ZetaButton}.

    illustration - Illustration to be displayed in the empty state. Should be of type {ZetaIllustration}.

    Hierarchy

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

    Other

    • Returns ZetaEmptyState

    description: string

    Description of the empty state

    rounded: boolean
    title: string

    Title of the empty state

    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>