0.8.0 • Published 7 years ago

react-raphael-map v0.8.0

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

react-raphael-map

Version Downloads

so easy,draw map with react-raphael!

Install

# or specify the externals in webpack config
npm install --save raphael
# install react-raphael-map in your react-raphael-map project
npm install  --save react-raphael-map

Quickly Start

var React = require('react');
var ReactDOM = require('react-dom');
var {china,Map} = require('react-raphael-map');

ReactDOM.render(<Map data={china} width={480} height={560} />,document.getElementById("react-container"));

Run Example

git clone https://github.com/liuhong1happy/react-raphael-map
npm install
npm run example

Contact

0.8.0

7 years ago

0.6.0

7 years ago

0.4.0

7 years ago