node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED. Single- & Multi-page. Multiple UI's. Work with existing web development workflows or mix and match with no-code/low-code features.
6 lines (5 loc) • 444 B
Markdown
created: 2025-09-06 16:52:58
updated: 2025-09-06 16:54:11
The no-code nodes such as `uib-element` and `uib-update` actually output *low-code configuration data*. While this will normally be sent direct to the client and turned into HTML automatically, you can also examine the output and make your own changes and enhancements before sending it. You can even pass it to a `uib-html` node to convert it to HTML right in a Node-RED flow.