Accordion
Overview
When to use
This component can be used to provide more information when expanded.
When to consider an alternative
t.b.d.
Component
Default
Vanilla JavaScript
Properties
Accordion
| Property | Type | Required | Default |
|---|---|---|---|
| utilClassNames | String | false | - |
| children | Node | false | - |
Accordion.Item
| Property | Type | Required | Default |
|---|---|---|---|
| children | Node | false | - |
| utilClassNames | String | false | - |
| name | String | false | - |
| title | String | false | - |
| defaultExpanded | Bool | false | - |