Closed nickumia closed 8 months ago
Attempted to use: https://github.com/flatlogic/light-blue-react-template
react-animate-number
)To try, maybe?
import USAMap from "react-usa-map";
mapHandler = (event) => {
alert(event.target.dataset.name);
};
<USAMap onClick={mapHandler} />
"react-usa-map": "^1.5.0"
The "for now" solution is to use an embedded google maps iframe that is connected to my google maps account: https://www.google.com/maps/d/u/0/edit?mid=1oWfaNPsgA3cwiXu2pXvIBZT81r2FEnQ&usp=sharing
Taken care of in:
TODO
References: