Print link example

With data attributes

Data attributes can be passed to the component as shown.

Note that the component does not include built in tracking. If this is required consider using the GA4 link tracker.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/print_link", {
  data_attributes: {
    an_attribute: "some_value"
  }
} %>