Classes list
Every class Accordion recognizes, straight from the @flickui/css source.
| Class | Purpose |
|---|---|
.accordion | Base class on the group wrapper — required |
.accordion-item | One collapsible section |
.accordion-heading | Wraps the trigger (should be a heading element like <h3>) |
.accordion-trigger | The clickable button — carries aria-expanded/aria-controls |
.accordion-title | The trigger's label text |
.accordion-icon | Chevron icon — rotates 180° when aria-expanded="true" |
.accordion-panel / .accordion-content | The collapsible container and its inner padding wrapper |
.action-toggle | Behavior hook — required on the trigger for flickui.js to wire it up |
.accordion-icon-start | Moves the chevron to the start of the trigger |
.accordion-outline / -filled / -text | Visual grouping style |
.accordion-multiple | JS-only config — allows multiple items open at once |
.accordion-no-collapse | JS-only config — the open item can't be closed by re-clicking |