# Sveaflet [![npm version](https://img.shields.io/npm/v/sveaflet.svg)](https://www.npmjs.com/package/sveaflet) [![Downloads](https://img.shields.io/npm/dt/sveaflet.svg)](https://www.npmjs.com/package/sveaflet) 

Sveaflet = Svelte + Leaflet

[Sveaflet](https://sveaflet.vercel.app/) is a library for the [Svelte](https://svelte.dev/) framework that wraps [Leaflet](https://leafletjs.com/) making it easy to crete reactive maps.

## Installation

```bash
npm install sveaflet --save
```

For more detailed information you can follow the [Quick Start](https://sveaflet.vercel.app/docs/pages/quick-start).

## Suportted Components

- Circle
- CircleMarker
- Control
- ControlAttribution
- ControlLayers
- ControlScale
- ControlZoom
- DivIcon
- GeoJSON
- Icon
- ImageOverlay
- LayerGroup
- Map
- Marker
- Polygon
- Polyline
- Popup
- Rectangle
- SVGOverlay
- TileLayer
- TileLayerWMS
- Tooltip
- VideoOverlay

More details about [components](https://sveaflet.vercel.app/docs/components/Circle).

## License

This project is licensed under the MIT License - see the [License](https://github.com/GrayFrost/sveaflet/blob/main/LICENSE) fle for details.
