JSX Widgets
HTML/JSX widgets is a type of widgets that enables the creation of any kind of visualization.
Last updated
HTML/JSX widgets is a type of widgets that enables the creation of any kind of visualization.
Last updated
The JSX Markup is a javascript module definition. This module can evaluate or export the desired value. It accepts a React.Node or a React Component as return value. The Widget props:
Simple example
Recommended Boilerplate
There is a recommended structure provided by the editor, it has event handling and rendering optimizations.
See https://platform.intelie.com/developers/exposed-javascript-modules to check which libraries are available to use on JSX Widget code.