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.
26 lines (22 loc) • 1.19 kB
Markdown
title: Front-end built-in web components roadmap
description: >
This page is a working document to track the development of the front-end built-in web components for uibuilder. It is not intended to be a comprehensive list of all features or changes, but rather a high-level overview of the main areas of development.
It is expected that this page will be updated frequently as development progresses and new features are added or changed.
created: 2026-04-19 14:45:25
updated: 2026-04-19 14:45:33
author: Julian Knight (Totally Information)
Note that these components are now extensions of the Totally Information base component used in the more extensive web components repository.
## `<uib-var>`
* Allow no var attrib but instead allow ID to create a new managed variable.
* Add uib.var function as a test of using a proxy to manage vars and work with the uib-var component.
* [ ] Amend to use same processors as the uib-topic?
* [ ] Add ability to directly amend the tag's attributes.
* [ ] New Example: Easy UI Updates
* [ ] Add uib-topic attrib examples
* [ ] Update docs:
* [ ] custom-components
* [ ] functions
* [ ] config-driven-ui
* [ ] easy-ui-updates