@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A zero-data placeholder with heading, optional message, optional icon, and a projected action slot.

    Use inside lists, tables, or panels when there is nothing to show.

    <ui-empty-state
    heading="No results found"
    message="Try adjusting your filters or search query."
    >
    <button action>Clear filters</button>
    </ui-empty-state>
    Index

    Constructors

    Properties

    ariaLabel: InputSignal<string> = ...

    Accessible label for the region.

    heading: InputSignal<string> = ...

    Primary heading text.

    icon: InputSignal<string> = ...

    Optional SVG inner-content string for the illustration icon. Uses the same format as UIIcon [svg].

    iconSize: InputSignal<number> = ...

    Size (px) of the icon when provided.

    message: InputSignal<string> = ...

    Optional explanatory message below the heading.