Inset prompt example
With id attribute
How it looks (preview)
If you want an id on the component for some reason
How to call this example
<%= render "components/inset_prompt", {
title: "If you want an id on the component for some reason",
id: "myid"
} %>