Accordion
A simple accordion component.
Usage
Props
items
items
TYPE | DEFAULT VALUE |
---|---|
| None (required) |
The items composing the accordion list. The first entry of each nested array is the content of the row, while the second entry is the content of the expandable part.
Last updated