File tree Expand file tree Collapse file tree
src/content/docs/docs/examples Expand file tree Collapse file tree Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments