From d9be7f799038e3618526472bbcfdd301f30151da Mon Sep 17 00:00:00 2001 From: Carol Soliman <17387510+carsoli@users.noreply.github.com> Date: Thu, 23 Jun 2022 14:33:57 +0000 Subject: [PATCH] feat(635): support isExpanded prop to allow expansion by default --- .../pages/usage/components/drawer.vue | 34 +++++++++++-------- .../kotti-ui/source/kotti-drawer/KtDrawer.vue | 23 +++++++++---- .../kotti-ui/source/kotti-drawer/types.ts | 1 + 3 files changed, 36 insertions(+), 22 deletions(-) diff --git a/packages/documentation/pages/usage/components/drawer.vue b/packages/documentation/pages/usage/components/drawer.vue index c85d44da6c..7e9603870a 100644 --- a/packages/documentation/pages/usage/components/drawer.vue +++ b/packages/documentation/pages/usage/components/drawer.vue @@ -9,10 +9,6 @@ It is best to place secondary functionality or information into the drawer, and ![Structure](~/assets/img/drawer_structure.png) -- **Drawer:** The size of drawer depends on information density. -- **Handle:** By clicking the handles, the drawer can be `Expanded` to display more information. -- **Background:** The background should be black `#000000` with `46%` opacity. - ## Size
This drawer is expanded by default.
+