AccordionItem API
API reference docs for theAccordionItem
component. For examples and details on the usage of this component, visit the component demo page.
Props
Props | Type | Description | Default |
---|---|---|---|
|
| The content of the accordion item. | _ |
|
| The unique id of the accordion item. This | _ |
|
| Used to set the default open state of the item when used as uncontrolled component. |
|
|
| Used to set the open state of the item when used as controlled component. | _ |
|
| Callback function that is called when the item is toggled. | _ |