Components

The Accordion components include the following:

  • Accordion - is a wrapper for grouping multiple Collapse components.
  • Collapse - shows and hides content behind a title.
  • CollapseTitle - goes inside the Collapse and toggles the state when clicked.
  • CollapseContent - holds content and will display when the Collapse is open.

Accordion

The wrapper component for grouping multiple Collapse components. Only one Collapse can be open at a time. Tracks the open value using v-model.