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 + + + +``` + +