We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc3090 commit cce5020Copy full SHA for cce5020
packages/docs/content/4.0/api/CCollapse.api.mdx
@@ -8,6 +8,7 @@ import CCollapse from '@coreui/react/src/components/collapse/CCollapse'
8
| Property | Description | Type | Default |
9
| --- | --- | --- | --- |
10
| **className** | A string of all className you want applied to the base component. | `string` | - |
11
+| **horizontal** | Set horizontal collapsing to transition the width instead of height. | `boolean` | - |
12
| **onHide** | Callback fired when the component requests to be hidden. | `() => void` | - |
13
| **onShow** | Callback fired when the component requests to be shown. | `() => void` | - |
14
| **visible** | Toggle the visibility of component. | `boolean` | - |
0 commit comments