From f1acfcc465eb427dae4a83d29babf45887435f6a Mon Sep 17 00:00:00 2001 From: Grigorii Shartsev Date: Tue, 28 Mar 2023 03:38:52 +0200 Subject: [PATCH] docs(NcAppSIdebarTabs): add JSDocs and examples Signed-off-by: Grigorii Shartsev --- src/components/NcAppSidebar/NcAppSidebar.vue | 173 ++++++++++++++---- .../NcAppSidebar/NcAppSidebarTabs.vue | 31 ++-- .../NcAppSidebarTab/NcAppSidebarTab.vue | 26 +++ 3 files changed, 180 insertions(+), 50 deletions(-) diff --git a/src/components/NcAppSidebar/NcAppSidebar.vue b/src/components/NcAppSidebar/NcAppSidebar.vue index 1bbf50c0f3..f4c4117f73 100644 --- a/src/components/NcAppSidebar/NcAppSidebar.vue +++ b/src/components/NcAppSidebar/NcAppSidebar.vue @@ -31,54 +31,48 @@ include a standard-header like it's used by the files app. ```vue ``` ### One tab +Single tab is rendered without navigation. + ```vue