Skip to content

Commit 83f7522

Browse files
committed
docs: add h3 map example
1 parent ee5f884 commit 83f7522

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

docs/astro.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ export default defineConfig({
136136
label: 'Dark mode',
137137
link: '/docs/examples/dark-mode',
138138
},
139+
{
140+
label: 'H3 Map',
141+
link: '/docs/examples/h3-map',
142+
},
139143
{
140144
label: 'Toggle Marker',
141145
link: '/docs/examples/toggle-marker',
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: 'Example: Add H3 Map'
3+
description: 'description'
4+
---
5+
6+
<iframe src="https://codesandbox.io/embed/jvwjjv?view=Editor+%2B+Preview&module=%2Fsrc%2FApp.tsx&hidenavigation=1"
7+
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
8+
title="react-google-map-wrapper-h3-map"
9+
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
10+
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
11+
></iframe>

0 commit comments

Comments
 (0)