The ArcGIS Maps SDK for JavaScript's widgets have a clean separation between the user interface (the "view") and the underlying business logic ("viewModel"), allowing developers to use the viewModel to create a custom experience. In this session, you will learn how you can create your own view with a custom look at feel using widget viewModels. We will look at examples of how to use the viewModels to create UIs that integrate into popular web frameworks, CSS libraries, as well as the Calcite Design System using web components.
When: Tue, March 7 | 2:30 PM - 3:30 PM PST
Where: Mesquite B
Presenters: Jonathan Uihlein, Tristan Morrison, Ryan Libed, Esri
To be presented at Esri Developer Summit 2023.
git clone https://github.com/rslibed/2023DS-build-a-custom-ui-for-api-widgets-bookmarks.git
cd 2023DS-build-a-custom-ui-for-api-widgets-bookmarks
yarn install
yarn start
Note: yarn and git is required run the above commands.
Browser will automatically open at http://localhost:3000
.