> For the complete documentation index, see [llms.txt](https://docs.kepler.gl/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.kepler.gl/examples/replace-component.md).

# Replace Component

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

#### 1. Install

```sh
yarn install
```

#### 2. Mapbox Token

add mapbox access token to node env

```sh
export MapboxAccessToken=<your_mapbox_token>
```

#### 3. Start the app

```sh
yarn start
```
