1. Collections Component Guide
  2. Layout footer
  3. With border
Layout footer example

With border

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/layout_footer", {
  with_border: true,
  meta: {
    items: [
      {
        href: "/help",
        text: "Help"
      },
      {
        href: "/help/privacy-notice",
        text: "Privacy"
      },
      {
        href: "/help/cookies",
        text: "Cookies"
      },
      {
        href: "/contact",
        text: "Contact"
      },
      {
        href: "/help/accessibility-statement",
        text: "Accessibility statement"
      },
      {
        href: "/help/terms-conditions",
        text: "Terms and conditions"
      },
      {
        href: "/cymraeg",
        text: "Rhestr o Wasanaethau Cymraeg"
      },
      {
        href: "/government/organisations/government-digital-service",
        text: "Government Digital Service"
      }
    ]
  }
} %>