Footer

footer preview

The site-wide footer component containing navigational links, legal copy, and brand identity. Available in multiple type configurations for different page contexts.

Figma variant properties: Type=Full/Minimal/App


Preview

Component preview image — to be added manually from Figma export.


Variants

Variant
Type: Full / Minimal / App

Props

Property Type Default Description
type "Full" "Minimal" "App"
links FooterLink[] [] Navigation link groups
legalText string "" Copyright and legal copy
showLocale boolean true Show country/locale selector

Usage

Do

  • Use 'Full' on marketing and category pages.
  • Use 'Minimal' on checkout and narrow-focus pages.
  • Always include copyright and privacy links.

Don't

  • Don't remove the footer from checkout flows entirely — keep a minimal version.
  • Don't overload the footer with more than 4 link columns.

Accessibility

  • Footer <nav> elements need distinct aria-label values.
  • All links must be keyboard-navigable.
  • Legal text must meet minimum contrast.

Tokens Used

  • color.semantic.Background.Primary
  • color.semantic.Content.Secondary
  • color.semantic.Content.Link
  • typography.text.S.regular
  • spacing.XL
  • spacing.2XL