UnfoldAccordion
An accordion whose content unfolds with the chevron and spacing moving together. The chevron rotates 180° while the content height expands and the inner content slides up to close the gap, producing a single, fluid motion.
Installation
Add the component directly to your repository using shadcn CLI:
npx shadcn@latest add Surajmaurya1/easyui/unfold-accordion
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| items | UnfoldAccordionItem[] | [] | Array of accordion items |
| allowMultiple | boolean | false | Allow multiple items open at once |
| defaultOpen | string[] | [] | Ids of items open by default |