import { CCollapse } from '@coreui/react'
// or
import CCollapse from '@coreui/react/src/components/collapse/CCollapse'
PropertyDescriptionTypeDefault
classNameA string of all className you want applied to the base component.string-
horizontalSet horizontal collapsing to transition the width instead of height.boolean-
onHideCallback fired when the component requests to be hidden.() => void-
onShowCallback fired when the component requests to be shown.() => void-
visibleToggle the visibility of component.boolean-
On this page