1. Collections Component Guide
  2. Button
  3. Start now button with info text
Button example

Start now button with info text

How it looks (preview)

Start now

How to call this example

<%= render "govuk_publishing_components/components/button", {
  text: "Start now",
  href: "#",
  start: true,
  info_text: "Sometimes you want to explain where a user is going to."
} %>