react-leaflet-custom-control
Advanced tools
Comparing version
{ | ||
"name": "react-leaflet-custom-control", | ||
"version": "1.3.3", | ||
"version": "1.3.4", | ||
"description": "Creates a control wrapper around a React element", | ||
@@ -35,3 +35,3 @@ "main": "lib/Control.js", | ||
"react-scripts": "^5.0.1", | ||
"typescript": "^4.6.3" | ||
"typescript": "^5.0.4" | ||
}, | ||
@@ -41,3 +41,4 @@ "bugs": { | ||
}, | ||
"homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme" | ||
"homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme", | ||
"type": "module" | ||
} |
@@ -81,8 +81,9 @@ # react-leaflet-custom-control | ||
<Stack direction='column' spacing={2} > | ||
<Button color='inherit'> | ||
<AddIcon /> | ||
</Button> | ||
<Button color='inherit'> | ||
<DeleteIcon /> | ||
</Button> | ||
<Button color='inherit'> | ||
<AddIcon /> | ||
</Button> | ||
<Button color='inherit'> | ||
<DeleteIcon /> | ||
</Button> | ||
</Stack> | ||
</Control> | ||
@@ -103,2 +104,2 @@ </MapContainer> | ||
Huge thanks to @davetapley for contributing to `@1.3.0` and helping to work some of the issues. | ||
Thanks to @samiamlabs for contributing to `@1.3.2` for fixing the infinite `div` issue. | ||
Thanks to @samiamlabs for contributing to `@1.3.2` for fixing the infinite `div` issue. |
12920
0.36%104
1.96%Yes
NaN