https://github.com/anujsinghwd/react-maptalk
A React binding of maptalks
https://github.com/anujsinghwd/react-maptalk
maptalks react-maptalk react-maptalks reactjs
Last synced: 5 months ago
JSON representation
A React binding of maptalks
- Host: GitHub
- URL: https://github.com/anujsinghwd/react-maptalk
- Owner: anujsinghwd
- Created: 2019-12-25T19:45:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:24:25.000Z (over 3 years ago)
- Last Synced: 2025-07-23T22:34:28.846Z (11 months ago)
- Topics: maptalks, react-maptalk, react-maptalks, reactjs
- Language: JavaScript
- Homepage: https://anujsinghwd.github.io/react-maptalk
- Size: 2.81 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-maptalk
> A React binding of maptalks
[](https://www.npmjs.com/package/react-maptalk) [](https://standardjs.com) [](https://travis-ci.org/anujsinghwd/react-maptalk)
## Installation
**Dependencies**
* [node](https://nodejs.org)
* [npm](https://www.npmjs.com/)
* [React JS](https://reactjs.org/)
* [maptalks](https://maptalks.org/)
**Yarn**
```
yarn add "react-maptalk"
```
**Npm**
```
npm install react-maptalk
```
## Documentation
### Components
* [ReactMaptalk](https://github.com/anujsinghwd/react-maptalk/blob/master/docs/ReactMaptalk.md)
* [Marker](https://github.com/anujsinghwd/react-maptalk/blob/master/docs/Markers/Marker.md)
## Usage
```jsx
import React, { Component } from 'react'
import { ReactMaptalk } from 'react-maptalk'
class Example extends Component {
render () {
return (
)
}
}
```
## License
MIT © [anujsinghwd](https://github.com/anujsinghwd)