Skip to content

Instantly share code, notes, and snippets.

@jorandradefig
jorandradefig / gist:bd0eb7d71b23ca0991760acd40f39009
Last active November 12, 2021 06:22
React-Leaflet Add Marker on Click
const React = window.React;
const { Map, TileLayer, Marker, Popup } = window.ReactLeaflet;
const style = {
map: {
height: '400px',
width: '100%'
}
}