Design System
Work in progress. I'm adding components as I go, following patterns from what's already documented. Nothing here is set in stone yet.
Header
Structural layer. Sticky header, nav links, frosted glass. No accent theming here.
Header
Organism
Sticky site header with navigation and frosted glass effect.
Preview
Structure
header Sticky container with frosted glass .header Flex container (space-between) nav Left: logo + NavBar HeaderMenu Right: links + CTA HeaderLink
Atom
Icon or badge link used in the header. Hover inherits --accent-color.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
href | string | required | Link destination |
label | string | required | Accessible label (and badge text) |
tooltip | string | label | Tooltip text on hover |
variant | "icon" | "badge" | "icon" | Icon with tooltip or inline badge |
external | boolean | false | Opens in new tab |