1. Component Guide
  2. Action link
  3. With link on subtext
Action link example

With link on subtext

The subtext can also be a link if required. The link on the main text is optional.

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/action_link", {
  text: "Remain calm",
  subtext: "Better things are ahead",
  subtext_href: "/page"
} %>