moladin-map
v1.1.5
Published
Moladin component map
Readme
A small but functional npm package
Install
Install using npm install moladin-map
Usage
In a React app, use the MoladinMap components:import { MoladinMap } from 'moladin-map'
Button props
| Name | Description
| ---------------- | ------------
| apiKey | string
| lat | number
| lng | number
| draggableMarker | Boolean
| customMarker | string
| onDragEnd | Callback function retun coords and results
