1.0.0 • Published 3 years ago

react-tehran-map v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

react-tehran-map

Tehran's map in SVG format for React JS applications.

ScreenShot

Install

npm i react-tehran-map

Example

import React from 'react';
import { render } from 'react-dom';
import TehranMap from 'react-tehran-map';

render(
  <TehranMap width={1024} onSelect={console.log} />,
  document.getElementById('root')
);

Props

width: To set the map's width and should be Number

onSelect: To get the selected area's code and should be Function