np-react-map
v1.0.2
Published
Embed nepalmap in react app
Downloads
5
Readme
np-react-map
embed nepalmap in react js application
<NepalMap height="400px" width="400px" />
props
| props | Description | Example Value |
| ------------- | -------------------------- | ------------------- |
| height
| Set height | "500px" |
| width
| Set width | "500px" |
| hoverColor
| Set hover color | "red" |
| stroke
| Set stroke(border) | "blue" |
| fill
| set fill (color) | "white" |
| focusDistrict | focus of specific district | object(given below) |
| focusProvince | focus of specific district | object(given below) |
focusDistrict & focusProvince object
focusDistrict
focusDistrict = {
districtList: ["kavre", "kathmandu"],
fill: "green",
};
focusProvince
focusProvince = {
provinceId: provinceId,
fill: "green",
animateAndZoom: true,
};
provinceId can be set from 0-7 (0 being full map and 1-7 being corresponding province)