Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 428 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 428 Bytes

Customize kepler.gl Theme

This example show how to customize Kepler.gl theme

  1. Define an object (theme) to override Kepler.gl style
  2. Pass the newly created object as prop to KeplerGl react component

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