UNPKG

node-red-contrib-uibuilder

Version:

Easily create data-driven web UI's for Node-RED using any (or no) front-end library.

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