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",
      data_attributes: {
        tracking: "GTM-123AA"
      }
    },
    {
      text: "Document needs a summary before publishing (at least 10 characters)",
      data_attributes: {
        tracking: "GTM-123AB"
      }
    }
  ]
} %>