multiple map lib
npm install --save react-map-lib
import React, { Component } from 'react'
import MyComponent from 'react-map-lib'
import 'react-map-lib/dist/index.css'
class Example extends Component {
render() {
return <MyComponent />
}
}
apache-2.0 © kkokey