Error alert example
With data attributes
How it looks (preview)
Message to alert the user to a unsuccessful action goes here
A further description
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",
data_attributes: {
tracking: "GTM-123AB"
}
} %>