1. Component Guide
  2. Button
  3. Link button target blank
Button example

Link button target blank

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/button", {
  text: "I'm really a link sssh",
  href: "http://www.gov.uk",
  target: "_blank"
} %>