On This Page
A vertically stacked set of collapsible panels for organizing content.
FAQ sectionsDisplaying answers to complex or specific product questions without cluttering the main layoutcompact forms / sidebar settingsGrouping complex sets of advanced configurations (e.g. SMTP config, SMTP logs)| Prop | Type | Default | Description |
|---|---|---|---|
| type* | "single" | "multiple" | — | Whether one or multiple items can be expanded at the same time. |
| collapsible | boolean | false | When type is 'single', allows expanding items to be collapsed. |
| variant | "default" | "glass" | "outline" | "neon" | "default" | Visual style variant of the accordion. |
| defaultValue | string | string[] | — | Value of the item(s) to expand by default. |
| value | string | string[] | — | Controlled value of expanded item(s). |
| disabled | boolean | false | Prevents items from being toggled. |
aria-controls and mapping state via aria-expanded.