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 |
4
6
|**narrow**| Make sidebar narrow. |`boolean`| - |
5
-
|**onHide**| Method called before the hide animation has started. |`() => void`| - |
6
-
|**onShow**| Method called before the show animation has started. |`() => void`| - |
7
+
|**onVisibleChange**| Method called before the show animation has started. |`(visible: boolean) => void`| - |
7
8
|**overlaid**| Set sidebar to narrow variant. |`boolean`| - |
8
9
|**position**| Place sidebar in non-static positions. | `"fixed" | "sticky"` | - |
9
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` | - |
10
11
|**size**| Size the component small, large, or extra large. | `"sm" | "lg" | "xl"` | - |
11
12
|**unfoldable**| Expand narrowed sidebar on hover. |`boolean`| - |
12
-
|**visible**| Toggle the visibility of sidebar component. |`boolean`|-|
13
+
|**visible**| Toggle the visibility of sidebar component. |`boolean`|true|
|**animation**| Apply a CSS fade transition to the toast. |`boolean`| true |
3
4
|**autohide**| Auto hide the toast. |`boolean`| true |
4
5
|**className**| A string of all className you want applied to the base component. |`string`| - |
5
6
|**color**| Sets the color context of the component to one of CoreUI’s themed colors. | `'primary' | 'secondary' | 'success' | 'danger' | 'warning' | 'info' | 'dark' | 'light' | string` | - |
6
7
|**delay**| Delay hiding the toast (ms). |`number`| 5000 |
7
8
|**onDismiss**| Method called before the dissmiss animation has started. |`(index: number) => void`| - |
8
-
|**visible**| Toggle the visibility of component. |`boolean`|true|
9
+
|**visible**| Toggle the visibility of component. |`boolean`|false|
0 commit comments