Rich contents list example

Default

How it looks (preview)

How to call this example

<%= render "flexible_page/flexible_sections/rich_contents_list", {
  contents_list: [
    {
      id: "introduction",
      text: "Introduction"
    },
    {
      id: "take-the-tour",
      text: "Explore 10 Downing Street"
    },
    {
      id: "origins-and-early-inhabitants",
      text: "Origins and early inhabitants"
    }
  ]
} %>