1. Component Guide
  2. Share links
  3. With title
Share links example

With title

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/share_links", {
  title: "Share this page",
  links: [
    {
      href: "share",
      text: "Share on Facebook",
      hidden_text: "",
      icon: "facebook"
    }
  ]
} %>