Skip to content

Commit bc21a8d

Browse files
committed
md: add content
1 parent 5a168eb commit bc21a8d

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

README.md

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,23 @@
11
# 🛠🛠🛠 in development 🛠🛠🛠
22

3-
# React Google Map Wrapper
3+
# [React Google Map Wrapper](https://pyjun01.github.io/react-google-map-wrapper/) · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/pyjun01/react-google-map-wrapper/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/react-google-map-wrapper.svg?style=flat)](https://www.npmjs.com/package/react-google-map-wrapper)
44

55
`react-google-map-wrapper` is a React component library for rendering Google Maps.
66

7-
## TO DO
8-
9-
- [x] GoogleMapApiLoader
10-
- [x] GoogleMap
11-
- [x] Marker
12-
- [x] Custom Marker
13-
- [x] Controls
14-
- [x] InfoWindow
15-
- [x] Polyline
16-
- [x] Polygon
17-
- [x] Rectangle
18-
- [x] Circle
19-
- [x] AdvancedMarker
20-
- [x] MarkerClusterer
21-
- [x] HeatmapLayer
7+
You can see an example [here](https://pyjun01.github.io/react-google-map-wrapper/docs/examples/basic/).
8+
9+
## Installation
10+
11+
```bash
12+
npm install react-google-map-wrapper # or yarn add react-google-map-wrapper or pnpm add react-google-map-wrapper
13+
```
14+
15+
## Documentation
16+
17+
You can find the documentation [on the website.](https://pyjun01.github.io/react-google-map-wrapper)
18+
19+
Check out the [Getting Started](https://pyjun01.github.io/react-google-map-wrapper/docs/introdution/) page for a quick overview.
20+
21+
### License
22+
23+
`react-google-map-wrapper` is [MIT licensed](https://github.com/pyjun01/react-google-map-wrapper/blob/main/LICENSE).

0 commit comments

Comments
 (0)