/react-thailand-svg-map

(Work in progress) React.js components to display an interactive SVG map.

Primary LanguageHTML

react-thailand-svg-map

Work in progress.

React.js components to display an interactive SVG map.

NPM JavaScript Style Guide

Install

npm install --save react-thailand-svg-map

Usage

import React, { Component } from 'react'

import MyComponent from 'react-thailand-svg-map'
import 'react-thailand-svg-map/dist/index.css'

class Example extends Component {
  render() {
    return <MyComponent />
  }
}

License

MIT © kiwsan