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

Tone

Props

packages/primitives/src/Footer.astro
PropTypeRequired
brand{ label: string; href: string }yes
columnsFooterColumn[]yes
copyrightstringyes
accessibilityHrefstring
accessibilityLabelstring
themeLabelstring
FooterColumn — referenced by a prop above
FieldTypeRequired
headingstringyes
links{ label: string; href: string }[]yes