Skip to content

Commit ef9df05

Browse files
committed
docs: update documentation
1 parent 1d70359 commit ef9df05

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/4.0/api/CSidebar.api.mdx

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
| Property | Description | Type | Default |
22
| --- | --- | --- | --- |
33
| **className** | A string of all className you want applied to the component. | `string` | - |
4-
| **hideBelow** | - | `number | boolean | Breakpoints` | - |
5-
| **hideOnMobile** | Toggle the visibility of sidebar component. | `boolean` | true |
64
| **narrow** | Make sidebar narrow. | `boolean` | - |
7-
| **onVisibleChange** | Method called before the show animation has started. | `(visible: boolean) => void` | - |
5+
| **onVisibleChange** | Event emitted after visibility of component changed. | `(visible: boolean) => void` | - |
86
| **overlaid** | Set sidebar to narrow variant. | `boolean` | - |
97
| **position** | Place sidebar in non-static positions. | `"fixed" | "sticky"` | - |
10-
| **selfHiding** | Make any sidebar self hiding across all viewports or pick a maximum breakpoint with which to have a self hiding up to. | `boolean | Breakpoints` | - |
118
| **size** | Size the component small, large, or extra large. | `"sm" | "lg" | "xl"` | - |
129
| **unfoldable** | Expand narrowed sidebar on hover. | `boolean` | - |
13-
| **visible** | Toggle the visibility of sidebar component. | `boolean` | true |
10+
| **visible** | Toggle the visibility of sidebar component. | `boolean` | - |

0 commit comments

Comments
 (0)