1. Component Guide
  2. Signup link
  3. Link only
Signup link example

Link only

If no heading text is passed through, a more compact, link only version is rendered.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/signup_link", {
  link_text: "Click right here to sign up!!",
  link_href: "/this-signs-you-up"
} %>