Zoom control that can be used with vector map renderer: a simplified version of the NavigationControl
implemented in mapbox-gl-js
$ npm install --save map-zoom-control
import zoomControl from 'map-zoom-control';
const zoom = zoomControl({});
map.addControl(zoom);
MIT © Damian Krzeminski