node-red-contrib-uibuilder
Version:
Easily create data-driven web UI's for Node-RED using any (or no) front-end library.
30 lines (22 loc) โข 2.54 kB
Markdown
---
title: Additional links for UIBUILDER
description: |
Related information
created: 2024-05-02 11:47:18
updated: 2024-05-02 11:47:24
---
-  [UIBUILDER for Node-RED](https://github.com/TotallyInformation/node-red-contrib-uibuilder)
- โ [Ideas, questions & general help](https://discourse.nodered.org/tag/node-red-contrib-uibuilder) - Ask your question on the Node-RED forum using the node-red-contrib-uibuilder tag
- ๐ [Documentation](https://totallyinformation.github.io/node-red-contrib-uibuilder) - Go to the latest documentation
- ๐งโ๐ป [Flows](https://flows.nodered.org/search?term=uibuilder) - Example flows, nodes and collections related to UIBUILDER
- โน๏ธ [WIKI](https://github.com/TotallyInformation/node-red-contrib-uibuilder/wiki) - More documentation and examples
- ๐ [Example Svelte External Template](https://github.com/TotallyInformation/uib-template-svelte-simple) - In case you want to build your own svelte app
- ๐ [Example Simple External Template](https://github.com/TotallyInformation/uib-template-test) - In case you want to build your own external template
- ๐ [uPlot UIBUILDER extension](https://github.com/TotallyInformation/nr-uibuilder-uplot) - Useful charts but also demonstrates how to build your own extension
- ๐จ [Event Handler module used by UIBUILDER](https://github.com/TotallyInformation/ti-common-event-handler) - So you can see some of the inner workings
- ๐จ [ui library module used by UIBUILDER](https://github.com/TotallyInformation/ui.js) - Can be used stand-alone for turning UI standard config JSON into HTML
- ๐ [node-red-contrib-moment](https://github.com/TotallyInformation/node-red-contrib-moment) - Nodes to make use of the MomentJS date/time handling library in Node-RED
- ๐งช [Test Nodes for Node-RED](https://github.com/TotallyInformation/uib-template-test) - Some test nodes for Node-RED that help you understand how everything works
- ๐ค [HotNipi Gauge Web Component](https://github.com/TotallyInformation/gauge-hotnipi) - A really nice looking gauge component. Works with Node-RED, UIBUILDER, or stand-alone
- ๐งช [Experimental Web Components](https://github.com/TotallyInformation/web-components) - Have some Node-RED & UIBUILDER specific enhancements but also work well stand-alone
- ๐งช [Array Grouper](https://github.com/TotallyInformation/groupit) - Stand-alone function to reshape an array of objects