Clone Timeline Widget from Custom Widget Github Repo

371
1
09-01-2023 06:55 AM
craragon77
New Contributor III

Good morning folks!

I'm hoping to implement a Timeline widget in an ArcGIS experience builder app that I'm working on, but I need to use TypeScript + React.js (v 18) to customize it and build on what comes out of the box. I was wondering if this widget was 'clone-able' in the public facing github repo? Is there a way to customize this widget (like i've been doing with the widgets in the github) rather than using it as is from out of the box?

The widget I'd like to use is linked here: https://developers.arcgis.com/experience-builder/guide/timeline-widget/

The github repo to which I refer is linked here: https://github.com/Esri/arcgis-experience-builder-sdk-resources/tree/master/widgets

Any and all help would be greatly appreciated! 

 

0 Kudos
1 Reply
JeffreyThompson2
MVP Regular Contributor

To modify an ESRI widget go to client/dist/widgets/common/theWidgetYouWant and copy the folder to /client/your-extensions/widgets. Rename the folder and the name in manifest.json. Then do your customization in the src folder.

GIS Developer
City of Arlington, Texas
0 Kudos