You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**hideOnMobile**| Toggle the visibility of sidebar component. |`boolean`| true |
6
4
|**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`| - |
8
6
|**overlaid**| Set sidebar to narrow variant. |`boolean`| - |
9
7
|**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` | - |
11
8
|**size**| Size the component small, large, or extra large. | `"sm" | "lg" | "xl"` | - |
12
9
|**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