Cards example
With custom heading level
How it looks (preview)
-
Writing implements
Pens, pencils, markers, crayons, chalk.
-
Bones present in the human foot
Talus, Calcaneus, Cuboid, Cuneiforms, Navicular, Metatarsals, Phalanges.
-
Fruit
The seed-bearing structure in flowering plants (angiosperms).
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)."
}
]
} %>