Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.18 KB

readme.md

File metadata and controls

31 lines (21 loc) · 1.18 KB




Marker Clusterer SSR

js-standard-style CircleCI ssr-ready

What is it?

This is an ES-ified, linted, bugfixed implementation of the Google Maps MarkerClusterer component, building on some great, but no-longer-supported previous efforts. It is designed to support SSR and export an ES6 component.

How do I install it?

Via NPM

Simply install the node module into your codebase.

npm install --save-dev @beyonk/marker-clusterer-ssr

and into your code:

import MarkerClusterer from '@beyonk/marker-clusterer-ssr'