Props & events
Attributes & behavior classes
.accordion-multiple and .accordion-no-collapse configure flickui.js behavior directly — they carry no styling of their own.
| Attribute / class | Purpose |
|---|---|
aria-expanded / aria-controls | Required on every .accordion-trigger |
aria-disabled="true" | On .accordion-trigger — skips the item entirely (dimmed, not clickable) |
Events
flickui.js toggles aria-expanded and the panel's hidden attribute on click.
| Event | Description |
|---|---|
flick:change | Fired on the accordion root when an item's open state changes, detail carries the trigger's id and its new open state. |