Build a single React UI.
Convenience function for building just one UI.
Unique key for this UI
React UI definition
Build options
The compiled HTML string
const html = await buildReactUI("my-widget", defineReactUI({ component: MyWidget, name: "My Widget",})); Copy
const html = await buildReactUI("my-widget", defineReactUI({ component: MyWidget, name: "My Widget",}));
Build a single React UI.
Convenience function for building just one UI.