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

    Class ZetaGlobalHeader

    A header with support for displaying a zeta-navigation-menu

    • The main content of the header.

    leading - The leading content on the header.

    navigation-menu - The navigation menu. The position is based on the 'menuPosition' property.

    trailing - The trailing content on the header.

    global-header - Styles the header container

    Hierarchy

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

    Other

    • Returns ZetaGlobalHeader

    headline?: string

    The headline text on the header. Can also be slotted.

    menuPosition: "inline" | "below" = "inline"

    The position of the navigation.

    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>