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 +