cliqueretire-map
v1.4.1
Published
Maps interface from Clique Retire
Downloads
3
Readme
Clique Retire Map
Maps interface from Clique Retire
Install
npm install --save cliqueretire-map
Usage
import React, { Component } from 'react'
import { IndexMap } from 'cliqueretire-map'
import 'cliqueretire-map/dist/index.css'
class Example extends Component {
render() {
return <IndexMap />
}
}
License
MIT © cliqueretire