From 7baeaae59f667166cb5472a51b06b3ea365e893e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Holeczek?= Date: Tue, 21 Sep 2021 22:09:26 +0200 Subject: [PATCH] docs(CSidebar): update api documentation --- docs/4.0/api/CSidebar.api.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/4.0/api/CSidebar.api.mdx b/docs/4.0/api/CSidebar.api.mdx index 65e9c16e..04ec0cc1 100644 --- a/docs/4.0/api/CSidebar.api.mdx +++ b/docs/4.0/api/CSidebar.api.mdx @@ -7,4 +7,4 @@ | **position** | Place sidebar in non-static positions. | `"fixed" | "sticky"` | - | | **size** | Size the component small, large, or extra large. | `"sm" | "lg" | "xl"` | - | | **unfoldable** | Expand narrowed sidebar on hover. | `boolean` | - | -| **visible** | Toggle the visibility of sidebar component. | `boolean` | - | +| **visible** | Toggle the visibility of sidebar component. | `boolean` | true |