Summary Card List example

With custom-id

How it looks (preview)

Title

  1. value1
  2. value2

How to call this example

<%= render "components/summary_card_list", {
  id: "custom_id",
  title: "Title",
  rows: [
    {
      text: "value1"
    },
    {
      text: "value2"
    }
  ]
} %>