1.0.2 • Published 4 months ago

np-react-map v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
4 months ago

np-react-map

embed nepalmap in react js application

<NepalMap height="400px" width="400px" />

props

propsDescriptionExample Value
heightSet height"500px"
widthSet width"500px"
hoverColorSet hover color"red"
strokeSet stroke(border)"blue"
fillset fill (color)"white"
focusDistrictfocus of specific districtobject(given below)
focusProvincefocus of specific districtobject(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)

1.0.2

4 months ago

1.0.1

5 months ago

1.0.0

5 months ago