Accordion
Collapsible content sections with smooth animations.
Basic Usage
Multiple Open
Allow multiple sections to be open simultaneously.
Disabled Items
Controlled State
Accordion Props
| Prop | Type | Default | Description |
|---|---|---|---|
expanded | string[] | [] | Array of expanded item IDs (bindable) |
multiple | boolean | false | Allow multiple items open |
AccordionItem Props
| Prop | Type | Default | Description |
|---|---|---|---|
id | string | - | Unique item identifier |
title * | string | - | Header text |
disabled | boolean | false | Disable item |