From c4af8ab7deb88d49df9c768a0d141873cb54e400 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Mon, 3 May 2021 13:30:22 +0200 Subject: [PATCH] Add proper open/close events events docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- src/components/AppSidebar/AppSidebar.vue | 266 +++++++++++++---------- 1 file changed, 155 insertions(+), 111 deletions(-) diff --git a/src/components/AppSidebar/AppSidebar.vue b/src/components/AppSidebar/AppSidebar.vue index 35a74c560e..4833bfafe8 100644 --- a/src/components/AppSidebar/AppSidebar.vue +++ b/src/components/AppSidebar/AppSidebar.vue @@ -21,108 +21,112 @@ --> +### General description + +This component provides a way to include the standardised sidebar. +The standard properties like title, subtitle, starred, etc. allow to automatically +include a standard-header like it's used by the files app. + +### Standard usage + +```vue + + + Settings tab content + + + Sharing tab content + + +``` + +### Editable title + +```vue + + +``` - ### General description - - This component provides a way to include the standardised sidebar. - The standard properties like title, subtitle, starred, etc. allow to automatically - include a standard-header like it's used by the files app. - - ### Standard usage +### Editable title after click with custom tertiary action - ```vue +```vue +