kadoshms / react-jvectormap

A react wrapper for jvectormap maps
MIT License
98 stars 70 forks source link

Add zoomButtons to README #143

Closed soumalyapakrashi closed 3 months ago

soumalyapakrashi commented 3 months ago

There is a property zoomButtons in map.js which allows the zoom in and out buttons on the top left corner of the map to be hidden if required. The default value is true. We can use this property if we do not wish to show zoom buttons, for example, in scenarios where we do not wish to allow zooming of the map, or we wish to do it programmatically and not allow users to zoom.

This property was not documented in the README file before. I added this property to it. Please review and let me know if any changes need to be made.

soumalyapakrashi commented 3 months ago

Hello @kadoshms can you please review the above and let me know if anything needs to be changed?

kadoshms commented 3 months ago

LGTM