Select theme:
This guide demonstrates how to use the Accordion component.
Name | Type | Default | Description |
---|---|---|---|
Name | string | 'accordion' + index suffix | Unique name the Accordion. |
Multiple | boolean | false | Allow multiple items to be expanded. |
SelectedIndex | number | 0 | The index of the initially expanded accordion item. |
Items | array of Accordion items | One item | Accordion items. |
Icon | string | null | Accordion icon. |
Name | Type | Default | Description |
---|---|---|---|
Collapse | event | null | Fired when an item collapses. Has one event argument index which is the index of the collapsed item. |
Expand | event | null | Fired when an item expands. Has one event argument index which is the index of the expanded item. |
Name | Type | Default | Description |
---|---|---|---|
Text | string | string | The header text displayed by the accordion item. |
Icon | string | null | Accordion item icon. |
Radzen is free to use. You can also test the premium features for 15 days.
Download NowSelect theme: