Add button group ui node

This commit is contained in:
2023-08-25 07:56:24 +02:00
commit 43347936b3
3 changed files with 156 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
{
"name": "node-red-contrib-ui-cocktail",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jendrik Jäger",
"license": "ISC",
"node-red": {
"nodes": {
"ui_button_group": "button-group.js"
}
}
}