react-maptalk

A React binding of maptalks

Usage no npm install needed!

<script type="module">
  import reactMaptalk from 'https://cdn.skypack.dev/react-maptalk';
</script>

README

react-maptalk

A React binding of maptalks

NPM JavaScript Style Guide Build Status

Installation

Dependencies

Yarn

yarn add "react-maptalk"

Npm

npm install react-maptalk

Documentation

Components

Usage

import React, { Component } from 'react'

import ReactMaptalk from 'react-maptalk'

class Example extends Component {
  render () {
    return (
      <ReactMaptalk
      />
    )
  }
}

License

MIT © anujsinghwd