Added custom dashboard widget screenshot

Fabio Manganiello 2021-03-28 17:05:03 +02:00
parent 28757cc1f8
commit 4ca8bceba2
1 changed files with 4 additions and 0 deletions

@ -475,6 +475,10 @@ A few words on what's happening here:
- An `event` object is passed to the event handlers and it can be accessed from your snippets.
If everything is set up properly you should see a widget like this:
![Custom widget screenshot](https://blog.platypush.tech/img/custom-widget-1.png)
This is all you need to know to create your custom dashboards - feel free to look in the documented properties of the
widgets for more advanced use cases.