@codecraftkit/map
v1.0.4
Published
Made with create-react-library
Downloads
19
Readme
datatable
Made with create-react-library
Install
npm install --save @codecraftkit/datatable
Usage
import React, { Component } from 'react'
import Table from "@codecraftkit/map";
const ExampleComponent = () => {
return (
<MapView
width={'500px'}
height={'500px'}
initialLocation={[52.522437, 13.409063]}/>
)
}
License
MIT © CodeCraft