Cards example

With custom heading level

How it looks (preview)

How to call this example

<%= render "flexible_page/flexible_sections/cards", {
  heading_level: 4,
  items: [
    {
      title: "Writing implements",
      href: "/example",
      description: "Pens, pencils, markers, crayons, chalk."
    },
    {
      title: "Bones present in the human foot",
      href: "/example",
      description: "Talus, Calcaneus, Cuboid, Cuneiforms, Navicular, Metatarsals, Phalanges."
    },
    {
      title: "Fruit",
      href: "/example",
      description: "The seed-bearing structure in flowering plants (angiosperms)."
    }
  ]
} %>