The
Collapsible component is used to create a collapsible section that can expand or collapse to show or hide its content.Accordion component.
Props
| Prop | Type | Description |
|---|---|---|
| children | React.ReactNode | The child components to be rendered inside the collapsible section. |
| title | string | The title of the collapsible section that triggers the expand/collapse. |