Skip to content

Commit ef99f2d

Browse files
authored
Merge pull request #1 from pyjun01/beta
beta
2 parents bc21a8d + e4733f9 commit ef99f2d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+3169
-2108
lines changed

โ€Ž.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ node_modules/
77
.prettierignore
88
.prettierrc.js
99
*.d.mts
10+
ex

โ€Ž.prettierignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
dist
22
node_modules
3-
docs
3+
*.mdx
File renamed without changes.

โ€ŽREADME.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# ๐Ÿ› ๐Ÿ› ๐Ÿ›  in development ๐Ÿ› ๐Ÿ› ๐Ÿ› 
2-
31
# [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)
42

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

โ€Ždocs/astro.config.mjs

Lines changed: 19 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -36,76 +36,68 @@ export default defineConfig({
3636
link: '/docs/api/google-map-api-loader',
3737
},
3838
{
39-
label: 'GoogleMap ๐Ÿ› ',
39+
label: 'GoogleMap',
4040
link: '/docs/api/google-map',
4141
},
4242
{
43-
label: 'Marker ๐Ÿ› ',
43+
label: 'Marker',
4444
link: '/docs/api/marker',
4545
},
4646
{
47-
label: 'CustomMarker ๐Ÿ› ',
47+
label: 'CustomMarker',
4848
link: '/docs/api/custom-marker',
4949
},
5050
{
51-
label: 'AdvancedMarker ๐Ÿ› ',
51+
label: 'AdvancedMarker (w/ PinElement)',
5252
link: '/docs/api/advanced-marker',
5353
},
5454
{
55-
label: 'PinElement ๐Ÿ› ',
56-
link: '/docs/api/pin-element',
55+
label: 'MarkerClusterer',
56+
link: '/docs/api/marker-clusterer',
5757
},
5858
{
59-
label: 'Control ๐Ÿ› ',
59+
label: 'Control',
6060
link: '/docs/api/control',
6161
},
6262
{
63-
label: 'InfoWindow ๐Ÿ› ',
63+
label: 'InfoWindow',
6464
link: '/docs/api/info-window',
6565
},
6666
{
67-
label: 'Polyline ๐Ÿ› ',
67+
label: 'Polyline',
6868
link: '/docs/api/polyline',
6969
},
7070
{
71-
label: 'Polygon ๐Ÿ› ',
71+
label: 'Polygon',
7272
link: '/docs/api/polygon',
7373
},
7474
{
75-
label: 'Rectangle ๐Ÿ› ',
75+
label: 'Rectangle',
7676
link: '/docs/api/rectangle',
7777
},
7878
{
79-
label: 'Circle ๐Ÿ› ',
79+
label: 'Circle',
8080
link: '/docs/api/circle',
8181
},
8282
{
83-
label: 'HeatmapLayer ๐Ÿ› ',
83+
label: 'HeatmapLayer',
8484
link: '/docs/api/heatmap-layer',
85-
}
85+
},
8686
],
8787
},
8888
{
8989
label: 'Hooks',
9090
items: [
9191
{
92-
label: 'useMapContext ๐Ÿ› ',
92+
label: 'useMapContext',
9393
link: '/docs/api/use-map-context',
9494
},
9595
{
96-
label: 'useMarkerContext ๐Ÿ› ',
97-
link: '/docs/api/use-marker-context',
98-
},
99-
{
100-
label: 'useCustomMarkerContext ๐Ÿ› ',
101-
link: '/docs/api/use-custom-marker-context',
102-
},
103-
{
104-
label: 'useImportLibrary ๐Ÿ› ',
96+
label: 'useImportLibrary',
10597
link: '/docs/api/use-import-library',
10698
},
10799
{
108-
label: 'useApiLoadingStatus ๐Ÿ› ',
100+
label: 'useApiLoadingStatus',
109101
link: '/docs/api/use-api-loading-status',
110102
},
111103
],
@@ -114,11 +106,11 @@ export default defineConfig({
114106
label: 'etc',
115107
items: [
116108
{
117-
label: 'LoadingStatus ๐Ÿ› ',
109+
label: 'LoadingStatus',
118110
link: '/docs/api/loading-status',
119111
},
120112
{
121-
label: 'appendLibImportScript ๐Ÿ› ',
113+
label: 'appendLibImportScript',
122114
link: '/docs/api/append-lib-import-script',
123115
},
124116
],

0 commit comments

Comments
ย (0)