urbica / react-map-gl-draw

React Component for Mapbox GL Draw
https://urbica.github.io/react-map-gl-draw
MIT License
50 stars 10 forks source link

menu icon can't work and how to custom #10

Open unionTime opened 5 years ago

unionTime commented 5 years ago

menu icon can't work and how to custom

image

KaiHuebner commented 5 years ago

Did you import the style sheet? It's required to display the icons.

import Draw from '@urbica/react-map-gl-draw'
import '@mapbox/mapbox-gl-draw/dist/mapbox-gl-draw.css'