Skip to content

Header

<vox-header> is a site header with brand, primary nav, and an actions area.

html
<vox-header site-title="Vox Pupuli" href="/">
  <img slot="logo" src="/img/logo.svg" alt="" />
  <a href="/modules" aria-current="page">Modules</a>
  <a href="/docs">Docs</a>
  <vox-button slot="actions" size="sm" variant="alt">Sponsor</vox-button>
</vox-header>

API

AttributeTypeDefaultDescription
site-titlestring''Brand text
hrefstring/Brand link destination
SlotDescription
logoBrand mark
(default)Nav links (aria-current="page" marks the active one)
actionsRight-aligned extras

Released under the Apache-2.0 License.