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

    Header section of a card. Typically contains a title and optional actions.

    <ui-card-header>
    <h3>Card Title</h3>
    </ui-card-header>
    Index

    Constructors

    Properties

    avatarAriaLabel: InputSignal<string> = ...

    Accessible label for the leading avatar. Leave empty for decorative avatars.

    avatarEmail: InputSignal<string | undefined> = ...

    Avatar email for Gravatar resolution when no explicit avatar source is set.

    avatarName: InputSignal<string> = ...

    Avatar name used for initials when no image is available.

    avatarSize: InputSignal<AvatarSize> = ...

    Size of the leading avatar.

    avatarSrc: InputSignal<string | undefined> = ...

    Avatar image source for the leading avatar.

    icon: InputSignal<string | undefined> = ...

    Optional leading icon shown before the header content. Ignored when avatar inputs are provided.

    iconAriaLabel: InputSignal<string> = ...

    Accessible label for the leading icon. Leave empty for decorative icons.

    iconSize: InputSignal<number> = ...

    Size of the leading icon in pixels.

    subtitle: InputSignal<string | undefined> = ...

    Optional secondary line shown beneath the main header content.