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"
}
]
} %>