Accordion
Navigation
Smooth expand/collapse panels with animated chevron, supports single or multiple open panels.
Loading preview...
Customize
Allow Multiple
Props
| Prop | Type | Default | Description |
|---|---|---|---|
items | AccordionItem[] | — | Array of accordion items with id, title, and content. |
allowMultiple | boolean | false | Whether multiple panels can be open simultaneously. |
defaultOpen | string[] | [] | Array of item ids to open by default. |
className | string | '' | Additional CSS classes. |