react-leaflet map code example
Example 1: changing map style react-leaflet
@import '~mapbox-gl/dist/mapbox-gl.css';
@import '~leaflet/dist/leaflet.css';
Example 2: react map example leaflets
<style>.leaflet-container { height: 400px; width: 800px;}</style>
Example 3: react map example leaflets
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/leaflet/1.3.1/leaflet.css">