Accordion Group
Groups multiple Accordion components together and controls whether only a single accordion or multiple accordions can be opened simultaneously.
Props
| Name | Default | Type |
|---|---|---|
single | false | boolean Controls whether the accordions placed inside can be opened simultaneously or only one at a time |
Slots
| Name | Accepts | Description |
|---|---|---|
default | Accordion | Only <Accordion /> components are allowed. Anything else will result in an error. |