Chip List

Chip-list can contain multiple chips. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.

Install via NPM
npm install @bolt/components-chip-list
{% include "@bolt-components-chip-list/chip-list.twig" with {
  contentItems: [
    {
      text: "Chip 1",
      url: "#!"
    },
    {
      text: "Chip 2",
      url: "#!"
    },
    {
      text: "Chip 3",
      url: "#!"
    }
  ]
} only %}
Name Type Value(s) Description Default
contentItems array
  • [items]:
    • Type: object

      Chip.

    • Properties:

An array of Chips.

N/A