@rdub/next-leaflet
v0.2.1
Published
Leaflet.js (map) utils for Next.js
Readme
@rdub/next-leaflet
Install
npm install @rdub/next-leafletYou'll also want to this CSS (required by src/map/settings.tsx) to your _app.tsx:
import '@fortawesome/fontawesome-svg-core/styles.css'Note also how src/map/settings.tsx disables automatic fontawesome CSS injection:
import { config, IconProp } from '@fortawesome/fontawesome-svg-core'
config.autoAddCss = falseUsed in:
