Shell
Footer
A responsive footer shell with brand, navigation links, social links, and copyright slots.
Curated demo
Reference
A responsive footer shell with brand, navigation links, social links, and copyright slots.
- Footer keeps links as plain anchors so consumer sites retain SEO-friendly markup.
- Use slots when the object API is not expressive enough for your footer content.
Props
| Name | Type | Default | Description |
|---|---|---|---|
brand | string | 'Snurble' | Brand text. |
links | FooterLink[] | — | Footer navigation links. |
socialLinks | FooterLink[] | — | Social or external links. |
copyright | string | — | Copyright text override. |
class | string | — | Additional CSS classes. |
Example snippet
<Footer brand="Snurble" links={[{ label: "Components", href: "/components" }]} />