Layout
Footer
The page’s contentinfo landmark. It pairs with Navbar as a centered row you compose from links, legal text, and columns.
ReactVueWeb Components
View in Storybook Playground
Examples
<Footer>
<p>© 2026 Lily</p>
<a href="/terms">Terms</a>
</Footer> Props
| Name | Type | Default | Description |
|---|---|---|---|
children required | ReactNode | — | Footer content (links, legal text, columns — composed freely). |
bordered | boolean | true | Draw a top border separating the footer from the page. @default true |
Accessibility
- Body/background contrast is ≥ 7:1 (AAA) in both light and dark.
- Every interaction works with the keyboard alone.
- The focus ring is always visible.
- Respects prefers-reduced-motion and stops excessive motion.
Every component is designed to meet WCAG 2.1 AAA.