BridgeBeta
  • Brand
  • Digital Assets
    Foundations
    Icons
    Components
    Templates
  • Resources
    Design Tokens
    How-tos
    Best Practices
    Libraries
    Accessibility
    Products List
  • Support
    • Overview
    • Actions
      • Overview
      • Button
      • ContextMenu
      • Link
    • Controls
      • Overview
      • Checkbox
      • Tag
      • Toggle
    • Forms
      • Overview
      • DatePicker
      • FileUploader
      • Input
      • NumberInput
      • RadioButton
      • Search
      • Select
      • Slider
      • TextArea
      • TextInput
    • Hooks
      • useIsomorphicLayoutEffect
      • useMediaQuery
      • useSettings
    • Navigation
      • Overview
      • AnchorNavigation
      • BannerNavigation
      • Breadcrumb
      • Footer
      • InfoBar
      • MainNavigation
      • SecondaryNavigation
      • StepNavigation
      • SubNavigation
    • Overlay
      • Overview
      • Credits
      • Modal
      • ModalWrapper
      • Notification
      • Tooltip
    • Structure
      • Overview
      • Accordion
      • AuthLayout
      • Avatar
      • Callout
      • Card
      • ContentSwitcher
      • Empty
      • Hero
      • InlineLoading
      • Item
      • List
      • Loading
      • mdxComponents
      • Module
      • Pagination
      • ReadMore
      • Story
      • Table
      • Tabs
      • Text
      • Unit
      • User
      • WFPCoreProvider
      • Wrapper
Components
Navigation
Footer

Footer

  • Design
  • Code
  • Props

Import statement

import { Footer } from "@wfp/react"

Footer

Expand code

Editable Example

import { Footer, Link } from "@wfp/react";

<Footer
  metaContent="2023 © World Food Programme"
  secondary="Via C. G. Viola 68 Parco dei Medici
    00148 Rome, Italy"
>
  <div className="wfp--footer__info">
    <div className="wfp--footer__info__item">
      <p className="wfp--footer__label">
        Link group title
      </p>
      <ul className="wfp--footer__list">
        <li>
          <Link href="http://www.wfp.org" linkSolid>
            First Link
          </Link>
        </li>
        <li>
          <Link href="http://www.wfp.org" linkSolid>
            Second Link
          </Link>
        </li>
      </ul>
    </div>
    <div className="wfp--footer__info__item">
      <p className="wfp--footer__label">
        Link group label
      </p>
      <ul className="wfp--footer__list">
        <li>
          <Link href="http://www.wfp.org" linkSolid>
            First Link
          </Link>
        </li>
        <li>
          <Link href="http://www.wfp.org" linkSolid>
            Second Link
          </Link>
        </li>
      </ul>
    </div>
  </div>
</Footer>;

Related

  • Link
  • Form
  • Button

On this page

  • Footer
  • Related

References

  • Storybook
Storybook
Figma library
Contact us
2025 © World Food Programme