Accordion v2
Stacked, expandable content sections.
Projects /
Stacked, expandable content sections.
The Accordion v2 component is a variation of the Accordion component.
You can edit the following data attributes to affect the component behavior:
This component uses the same JavaScript of the Accordion component. Because some classes are created/toggled in JS, the data-version attribute is added to make sure the prefix of these classes is correct: e.g., if in the original accordion component the class toggled was .accordion__item--is-open
, the data-version="v2" makes sure the class toggled is .accordion-v2__item--is-open
.