Open modal

Example showing how to replace kepler.gl default components using injectComponents method.

1. Install

npm install

or

yarn

2. Mapbox Token

add mapbox access token to node env

export MapboxAccessToken=<your_mapbox_token>

3. Start the app

npm start

Last updated