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.

https://www.figma.com/file/JesXQFLaPJLc1BdBM4sisI/🦓-ZDS---Components?node-id=23144-118110

https://zeta-ds.web.app/web/storybook/?path=/docs/global-header--docs

Hierarchy

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

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>