Props & events

Attributes & behavior classes

.accordion-multiple and .accordion-no-collapse configure flickui.js behavior directly — they carry no styling of their own.

Attribute / classPurpose
aria-expanded / aria-controlsRequired 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.

EventDescription
flick:changeFired on the accordion root when an item's open state changes, detail carries the trigger's id and its new open state.