Inset prompt example
With items
How it looks (preview)
Message to alert the user to a problem goes here
How to call this example
<%= render "components/inset_prompt", {
title: "Message to alert the user to a problem goes here",
items: [
{
text: "Document needs a title before publishing (at least 10 characters)",
href: "#content"
}
]
} %>