Skip to content

Commit cce5020

Browse files
committed
docs(CCollapse): update API documentation
1 parent 9bc3090 commit cce5020

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/docs/content/4.0/api/CCollapse.api.mdx

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import CCollapse from '@coreui/react/src/components/collapse/CCollapse'
88
| Property | Description | Type | Default |
99
| --- | --- | --- | --- |
1010
| **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` | - |
1112
| **onHide** | Callback fired when the component requests to be hidden. | `() => void` | - |
1213
| **onShow** | Callback fired when the component requests to be shown. | `() => void` | - |
1314
| **visible** | Toggle the visibility of component. | `boolean` | - |

0 commit comments

Comments
 (0)