Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 587 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 587 Bytes

With Redux tooltip

Example of using react-simple-maps with redux-tooltip to create a basic world map, using world-50m.json that shows country names on hover.

How to use

Download this example map or clone the repo:

curl https://codeload.github.com/zcreativelabs/react-simple-maps/tar.gz/master | tar -xz --strip=2 react-simple-maps-master/examples/with-redux-tooltip
cd with-redux-tooltip

Once you have downloaded the example install the dependencies and run the app.

npm install
npm run dev