From add69434e55742b4c565bad0a8c003118ef24a06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Mon, 2 May 2022 21:57:29 +0200 Subject: [PATCH] Add Dashboard documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- .../DashboardWidget/DashboardWidget.vue | 151 ++++++++++++++++++ .../DashboardWidgetItem.vue | 9 ++ styleguide.config.js | 7 + 3 files changed, 167 insertions(+) diff --git a/src/components/DashboardWidget/DashboardWidget.vue b/src/components/DashboardWidget/DashboardWidget.vue index 047a3f651e..bc1362ddfc 100644 --- a/src/components/DashboardWidget/DashboardWidget.vue +++ b/src/components/DashboardWidget/DashboardWidget.vue @@ -19,6 +19,122 @@ - along with this program. If not, see . - --> + + +## Usage + +### Simplest example with custom item +```vue + + + +``` + +### Complete example using DashboardWidgetItem + +```vue + + + +``` + +