MartinP460 / react-denmark-map

Customizable plug-and-play map of Denmark for visual presentation🗺️
https://react-denmark-map.vercel.app/
MIT License
20 stars 4 forks source link

Rename `CustomZoomControls` to `customZoomControls` #35

Closed MartinP460 closed 7 months ago

MartinP460 commented 7 months ago

Proposed changes

Renamed CustomZoomControls to customZoomControls. This is because for the customTooltip prop, we also want to be able to pass a function returning a JSX element in addition to a React component. But it would be strange if you were to have one uppercase prop and a lowercase prop despite the fact that both were React components. Also added an id for the default custom zoom controls.

How to test

  1. Verify that passing custom zoom controls via the customZoomControls prop still works.