https://github.com/esri/arcgis-experience-builder-sdk-resources
ArcGIS Experience Builder samples
https://github.com/esri/arcgis-experience-builder-sdk-resources
arcgis-experience-builder data-sources experience-builder experience-builder-widgets theme-sample widget-development widget-sample
Last synced: 3 months ago
JSON representation
ArcGIS Experience Builder samples
- Host: GitHub
- URL: https://github.com/esri/arcgis-experience-builder-sdk-resources
- Owner: Esri
- License: apache-2.0
- Created: 2020-02-19T21:08:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-07-01T08:42:30.000Z (4 months ago)
- Last Synced: 2025-07-01T09:33:28.618Z (4 months ago)
- Topics: arcgis-experience-builder, data-sources, experience-builder, experience-builder-widgets, theme-sample, widget-development, widget-sample
- Language: TypeScript
- Homepage: https://developers.arcgis.com/experience-builder/
- Size: 33.1 MB
- Stars: 157
- Watchers: 19
- Forks: 135
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
README
# Overview - V1.17
This repository provides samples for widgets and themes built with ArcGIS Experience Builder. Learn more about [ArcGIS Experience Builder SDK](https://developers.arcgis.com/experience-builder/guide/core-concepts/).
## Features
- [Theme samples](themes)
- [Widget samples](widgets)## Instructions
Clone the repo into the `client/sdk-sample` folder
```sh
cd client
git clone git@github.com:Esri/arcgis-experience-builder-sdk-resources.git sdk-sample
```## Requirements
## Resources
* [ArcGIS Experience Builder Developer Guide](https://developers.arcgis.com/experience-builder/)
* [Widget Development](https://developers.arcgis.com/experience-builder/guide/getting-started-widget/)
* [Theme Development](https://developers.arcgis.com/experience-builder/guide/theme-development/)## Issues
Find a bug or want to request a new feature? Please let us know by submitting an issue.## Licensing
Copyright 2025 EsriLicensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License athttp://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.A copy of the license is available in the repository's [License.txt](https://github.com/esri/arcgis-experience-builder-sdk-resources/blob/master/License.txt) file.