Using a React library
This example showcases how to import and use MaterialUI.
Add the library's CDN to the Widget's 3rd party libraries:
Note that in the path, the umd
tells that this CDN is exposed through UMD format.
Now, in the code editor's HTML tab, put the following:
Change to the Javascript (JSX) tab and paste the following:
After saving the changes, the widget will be rendered as:
Last updated