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

With subtext on a dark background

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/action_link", {
  text: "Emergency something",
  href: "/page",
  subtext: "This is about the emergency that is happening right now unfortunately so pay attention",
  light_text: true
} %>