1. Collections Component Guide
  2. Warning text
  3. Custom assistive text
Warning text example

Custom assistive text

How it looks (preview)

Danger You can be fined up to £5,000 if you don’t register.

How to call this example

<%= render "govuk_publishing_components/components/warning_text", {
  text_assistive: "Danger",
  text: "You can be fined up to £5,000 if you don’t register."
} %>