React Component for Draw tools for Mapbox GL JS.
Mapbox Draw tools adds support for drawing and editing features on mapbox-gl.js maps.
You can see examples & documentation here.
Install dependencies
npm install
Then start react-styleguidist
by running
MAPBOX_ACCESS_TOKEN=<TOKEN> npm start
where <TOKEN>
is a valid Mapbox access token or you can add it to .env
cp example.env .env
and start react-styleguidist
by running
npm start