0.0.3 • Published 4 years ago

react-maptalk v0.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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