With data attributes
How it looks (preview)
Message to alert the user to a problem goes here
- Descriptive link to the question with an error 1
How to call this example
<%= render "components/inset_prompt", {
title: "Message to alert the user to a problem goes here",
data_attributes: {
tracking: "GTM-123AB"
},
items: [
{
text: "Descriptive link to the question with an error 1"
}
]
} %>