An open API service indexing awesome lists of open source software.

https://github.com/simonh1000/elm-google-map-webcomponent


https://github.com/simonh1000/elm-google-map-webcomponent

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Google Map Web Component to work with Elm

Simple Google Map webcomponent with clickable markers.

## Params

```html

```

`markers` needs to be a list of objects with a `position` field in. On click, the entire object is returned so you can know which one was clicked.

## Development

- `npm run dev` - starts vite dev server with elm debugger
- `npm run start` - starts vite dev server without elm debugger