React component for leaflet-shapefile
npm install react-leaflet-shapefileReact component build on top of React-Leaflet that integrate leaflet.shapefile functionality.
```
npm install react-leaflet-shapefile
Add some 'react-leaflet' so you can have a map.
Then add
`
import { Map, TileLayer, FeatureGroup } from 'react-leaflet';
import { ShapeFile } from "react-leaflet-shapefile"
...
``
For more details on how to use this plugin check the example.