1. Component Guide
  2. Error alert
  3. With message and description
Error alert example

With message and description

How it looks (preview)

How to call this example

<%= render "govuk_publishing_components/components/error_alert", {
  message: "Message to alert the user to a unsuccessful action goes here",
  description: "A further description"
} %>