0.0.2 • Published 5 years ago

naksha-components-react-x v0.0.2

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
5 years ago

Naksha Components React 🗺️

Mapbox GL Components for IndiaBiodiversity


Setup

git clone <REPO>
cd naksha-components-react
yarn # or npm i
yarn storybook

Build

yarn build

Build storybook

yarn build:storybook

Usage

// global style bundle
import "naksha-components-react/dist/index.css";

// Layers
import { Layers } from "naksha-components-react";

<Layers
  mapboxToken="pk.xxx"
  endpoint="https://indiabiodiversity.org"
  layersPanelClosed={true}
/>