rc-leaflet

React Map Components of Leaflet.js

CHANGELOG

Docs

Features

Components

Plugins

Configuration

Usage

Install

npm install rc-leaflet --save

Import on Demand

npm install babel-plugin-import --save-dev
// .babelrc or babel-loader option
{
  "plugins": [
    [
      "import",
      {
        "libraryName": "rc-leaflet",
        "libraryDirectory": "es/components",
        "camel2DashComponentName": false
      },
      "rc-leaflet-import"
    ]
  ]
}