Share links example

With branding

Organisation colour branding can be added to the component as shown.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/share_links", {
  brand: "attorney-generals-office",
  links: [
    {
      href: "share",
      text: "Follow the Attorney General on Twitter",
      hidden_text: "",
      icon: "twitter"
    }
  ]
} %>