import { CAccordionCollapse } from '@coreui/react'// orimport CAccordionCollapse from '@coreui/react/src/components/accordion/CAccordionCollapse'| Property | Description | Type | Default |
|---|---|---|---|
| className | A string of all className you want applied to the base component. | string | - |
| onHide | Callback fired when the component requests to be hidden. | () => void | - |
| onShow | Callback fired when the component requests to be shown. | () => void | - |
| visible | Toggle the visibility of component. | boolean | - |
On this page