// TODO update readme // TODO update documentation // TODO create example
Plugin for React-Leaflet to display context menu with as many options as you'd like.
Thanks to https://github.com/aratcliffe/Leaflet.contextmenu on which this react plugin is 100% based on.
Demo MyRoutes.io or in examples folder
yarn add react-leaflet-context-menu
// Import the package
import 'react-leaflet-context-menu'
// Inside your <Map> component add fullscreenControl
<Map
fullscreenControl />