@icke1983/node-red-contrib-ui-popup
Version:
Node-RED UI Pupup collection
63 lines (32 loc) • 1.99 kB
Markdown
# node-red-contrib-ui-popup Readme
node-red-contrib-ui-popup is a collection of popup-dialogues for the Node-RED
Dashboard
## Install
### Directly in Node-RED via palette manager
Start Node-RED
Select 'Manage palette' from menu top-right
Click on the Install tab
Search for ui-popup in the searchbar and find node-red-contrib-ui-popup
### Manual install
Run command on Node-RED installation directory.
npm install @icke1983/node-red-contrib-ui-popup
## Usage
This is a collection of popup-dialogues for the node-red dashboard.
The following dialogues are available.
### timepicker node

### colorpicker node

### colortemp node

### simpleslider node

### dropdown node

### iframe node

## Inspiration and thanking
- the dropdown node is inspired by [node-red-contrib-ui-contextmenu](https://github.com/bartbutenaers/node-red-contrib-ui-contextmenu) - thank to [Bart Butenaers](https://github.com/bartbutenaers)
- the colortemp node contains calculating code of [Tanner Helland](https://tannerhelland.com/2012/09/18/convert-temperature-rgb-algorithm-code.html) and [Mike D Sutton](https://gist.github.com/EDais) - thank for sharing of your knowledge
## License
The MIT License