Skip to content

Commit

Permalink
docs: add h3 map example
Browse files Browse the repository at this point in the history
  • Loading branch information
pyjun01 committed Dec 22, 2023
1 parent ee5f884 commit 83f7522
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ export default defineConfig({
label: 'Dark mode',
link: '/docs/examples/dark-mode',
},
{
label: 'H3 Map',
link: '/docs/examples/h3-map',
},
{
label: 'Toggle Marker',
link: '/docs/examples/toggle-marker',
Expand Down
11 changes: 11 additions & 0 deletions docs/src/content/docs/docs/examples/h3-map.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: 'Example: Add H3 Map'
description: 'description'
---

<iframe src="https://codesandbox.io/embed/jvwjjv?view=Editor+%2B+Preview&module=%2Fsrc%2FApp.tsx&hidenavigation=1"
style="width:100%; height: 500px; border:0; border-radius: 4px; overflow:hidden;"
title="react-google-map-wrapper-h3-map"
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
></iframe>

0 comments on commit 83f7522

Please sign in to comment.