Header

Header layouts for brand, navigation, and high-level page actions.

Header blocks render their default slot once, in the desktop actions area. Use slot="mobile" for actions that should appear inside the mobile menu. Navigation items are rendered as real links in both layouts.

<Header1Block {...headerProps}>
  <a href="/contact/">Contact</a>
  <a slot="mobile" href="/contact/">Contact</a>
</Header1Block>

When updating an existing header, move or copy the intended mobile actions into the named slot. Keep element IDs unique between the two slots.