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 ?
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
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