@codecraftkit/map

Made with create-react-library

Usage no npm install needed!

<script type="module">
  import codecraftkitMap from 'https://cdn.skypack.dev/@codecraftkit/map';
</script>

README

datatable

Made with create-react-library

NPM JavaScript Style Guide

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