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 ?
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
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
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.