Multi-column footer
Brand statement plus three labelled navigation groups, each its own landmark.
FootersstarterFeaturedfootercolumnssitemapdefault
Live preview
full widthLive preview — open it in a new tab for the full-height version.
Source
components/blocks/footers/multi-column.tsx
This exact file renders the preview above.
Demo source — adapt to your project. Foundry is not published as a package.
Usage
The default site footer. Each group is its own `<nav>` with an accessible name, so a screen-reader user can jump straight to "Resources" rather than tabbing through twenty undifferentiated links.
- Group headings are `h2`; the footer sits at the top level of the document outline.
- Keep groups to five or six links — beyond that use the mega footer or fewer groups.
Variants and states
Every entry below is a genuine difference in behaviour or layout, and every one of them is visible in the preview above.
- Four-column at lg
- Two-column at md
- Stacked on mobile
Accessibility
- Named groups
- Every column is a labelled navigation landmark.
- Heading structure
- Column headings are real headings, not styled paragraphs.
Foundry implements published ARIA patterns and is tested against them. No WCAG certification is claimed — see the accessibility documentation for what is and is not covered.