bartbutenaers / node-red-contrib-ui-svg

A Node-RED widget node to show interactive SVG (vector graphics) in the dashboard
Apache License 2.0
94 stars 27 forks source link

Include example flows in the Node-RED flow editor menu #24

Closed bartbutenaers closed 3 years ago

bartbutenaers commented 5 years ago

Not urgent, but would be nice to include some examples in the Node-RED flow editor menu.

Just like I did for my heatmap node: image

To implement this we only need to put some example flow json files in our Github project under an 'examples' folder. Similar to the heatmap node: https://github.com/bartbutenaers/node-red-contrib-ui-heatmap/tree/master/examples

[EDIT 23/08] We should do this just before we reach the final project status, to avoid us having to update the example flows over and over again ...

Steve-Mcl commented 5 years ago

Source for SVG components

http://groov.com/svg-library/

bartbutenaers commented 5 years ago

Hi @Steve-Mcl , Are you sure this isn't a proposal for another issue? Perhaps about sharing reusable widgets?

bartbutenaers commented 3 years ago

Done already