[<< all controls](/README.md)

# 🔍 @mapbox-controls/zoom

![](https://github.com/korywka/mapbox-controls/assets/988471/6f02cf18-765c-47c0-821c-5cb741d34972)

Control to zoom in and zoom out map. The difference between the standard ones is that they are not combined with a compass control.

```
npm i @mapbox-controls/zoom
```

```js
import ZoomControl from '@mapbox-controls/zoom';
import '@mapbox-controls/zoom/src/index.css';

map.addControl(new ZoomControl(), 'bottom-right');
```
