UNPKG

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.

11 lines (8 loc) 178 B
import App from './App.svelte' const app = new App({ target: document.body, props: { anotherProp: 'I am from a prop set in main.js' } }) export default app