1. Collections Component Guide
  2. Taxon list
  3. Without descriptions
Taxon list example

Without descriptions

Descriptions can be omitted although this isn’t currently used. When omitted the link is not wrapped in a heading.

How it looks (preview)

How to call this example

<%= render "components/taxon_list", {
  items: [
    {
      text: "Adult Dependants' Grant",
      path: "/adult-dependants-grant"
    },
    {
      text: "Care to Learn",
      path: "/care-to-learn"
    },
    {
      text: "Childcare Grant",
      path: "/childcare-grant"
    }
  ]
} %>