How to Use Third party UI component in experience builder?

480
2
03-30-2020 10:50 AM
kamleshpatel1
New Contributor

What is the way to use third party react UI component(e.g telerik)  in the custom widget of  Experience Builder?

Is there a way ?

Tags (1)
0 Kudos
2 Replies
DavidMartinez
Esri Regular Contributor

Hi Kamlesh,

You would import the components into your widget.tsx or wherever you plan to use it in your project. For example,  import {Grid, GridColumn} from '@progress/kendo-react-grid'; .

Cheers,

David

0 Kudos
BrettLawson
New Contributor III

Is there not more to it than just importing the component?  How to you get the css to function correctly.  I tried adding

import '@progress/kendo-theme-default/dist/all.css';

to my widget but I get a bunch of errors in the console

BrettLawson_0-1626183683696.png

 

0 Kudos