README
Leaflet.zoomdisplay
Forked from [here] (http://azavea.github.com/Leaflet.zoomdisplay/).
I made it compatible with npm and react-leaflet.
Usage
- Add a
<link>
tag to your page referencing the stylesheet - Require from npm: const {ZoomDisplay} = require("react-leaflet-zoom-display");
See example folder