File tree
Expand file treeCollapse file tree1 file changed
+1
-0
lines changed packages/docs/content/4.0/api
Expand file treeCollapse file tree1 file changed
+1
-0
lines changed Original file line number | Diff line number | Diff line change |
---|
@@ -8,6 +8,7 @@ import CCollapse from '@coreui/react/src/components/collapse/CCollapse'
|
8 | 8 | | Property | Description | Type | Default |
|
9 | 9 | | --- | --- | --- | --- |
|
10 | 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` | - | |
11 | 12 | | **onHide** | Callback fired when the component requests to be hidden. | `() => void` | - |
|
12 | 13 | | **onShow** | Callback fired when the component requests to be shown. | `() => void` | - |
|
13 | 14 | | **visible** | Toggle the visibility of component. | `boolean` | - |
|
You can’t perform that action at this time.
0 commit comments