AppFooter
AppFooter — Prism component.
Signature
Density
Viewport
Theme follows the navbar ☀/☾ toggleWhen to use
AppFooter — Prism component.
Accessibility
Landmark structure (header/nav/footer) with skip-to-content support. Collapsible navigation keeps an accessible name when collapsed.
Import
const { AppFooter } = window.PrismDesignSystem_39d121;
Props
| Prop | Type | Required | Description |
|---|---|---|---|
brand | React.ReactNode | — | Brand lockup node (logo + wordmark). |
tagline | React.ReactNode | — | |
columns | FooterColumn[] | — | Grouped primary link columns, by category. |
links | FooterLink[] | — | Independent (ungrouped) primary links, laid out horizontally. |
social | FooterSocial[] | — | Social icon links (each needs an accessible label). |
copyright | React.ReactNode | — | |
legal | FooterLink[] | — | Bottom-bar secondary/legal links (subtle, horizontal). |
tone | "default" | "inverse" | — | |
className | string | — |