Footer
Link columns plus the utility row and theme switcher.
Site chrome: a multi-column link grid plus a utility row carrying the copyright, the EAA-mandated Accessibility Statement link (ADR 0007) and the theme switcher. Each column is a <nav> landmark named by its own heading, so a screen-reader user can jump between them rather than walking one long list.
The theme <select> here and the showcase's own toggle in the sidebar write the same localStorage key. Presentational — strings are pre-localized by the caller.
The site footer
Props
| Prop | Type | Required |
|---|---|---|
| brand | { label: string; href: string } | yes |
| columns | FooterColumn[] | yes |
| copyright | string | yes |
| accessibilityHref | string | — |
| accessibilityLabel | string | — |
| themeLabel | string | — |
| Field | Type | Required |
|---|---|---|
| heading | string | yes |
| links | { label: string; href: string }[] | yes |