oks-ui

Data Display

Accordion

Collapsible sections with single-open or multiple modes, three visual variants, and animated open/close.

Example

Orders ship within 2 business days. Free over $50.

Props

selectionMode

"single" | "multiple"

Default: multiple

One-open accordion vs many.

expandedKeys / defaultExpandedKeys / onExpandedChange

Iterable<string> / …

Default:

Controlled / uncontrolled (identity = the AccordionItem key).

isDisabled

boolean

Default: false

Non-togglable.

itemKey

string

Default: the React key

Explicit identity if you can't set key.