1.0.6 • Published 3 years ago

@techcityventures/map v1.0.6

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
3 years ago

@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} />
}