@techcityventures/map
v1.0.6
Published
## Install
Downloads
1
Keywords
Readme
@techcityventures/map
Install
npm install --save @techcityventures/map
Usage
import React from 'react'
import { Map } from '@techcityventures/map'
import '@techcityventures/map/dist/Map.css'
export default ({}) => {
return <Map location={selectedLocation} dataPoints={dataPoints} skip={skip} />
}
import React from 'react'
import { LivingMap} from '@techcityventures/map'
import '@techcityventures/map/dist/Map.css'
export default ({}) => {
return <LivingMap highlightedCountry={highlightedCountry} onSelectedLocation={onSelectedLocation} />
}