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
| Attribute | Type | Default | Description |
|---|---|---|---|
site-title | string | '' | Brand text |
href | string | / | Brand link destination |
| Slot | Description |
|---|---|
logo | Brand mark |
| (default) | Nav links (aria-current="page" marks the active one) |
actions | Right-aligned extras |