Accordion
Vertically collapsible content sections. Built on Radix Accordion.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| type | "single" | "multiple" | "single" | Allow one or multiple items open |
| collapsible | boolean | false | Allow all items to be closed |
| defaultValue | string | string[] | - | Default expanded item(s) |
Import
import { Accordion } from '@blastx/ui';