Hosted Widgets
Hosted widgets allow incorporating custom React code as UI components on any screen

Hosted widgets can be created from "Components" UI of design application, using React code. These widgets are compiled in run-time on the fly, making it possible to incorporate dynamic components without building and deploying admin UI each time.
Once a widget is created on this screen, it can be added to any of the existing or new UI screens similar to other pre-defined widgets. It is also possible to add parameters to hosted widgets and use them through the "props" received by the React component.
Last updated