react-leaflet-current-location-control
TypeScript icon, indicating that this package has built-in type declarations

0.0.14 • Public • Published

react-leaflet-current-location-control

Made with create-react-library

NPM JavaScript Style Guide

Install

npm install --save react-leaflet-current-location-control

Usage

import * as React from 'react'
 
import CurrentLocationControl from 'react-leaflet-current-location-control'
import {Map} from 'react-leaflet'
 
const App: React.FC<> = () => (
  <Map>
    <CurrentLocationControl postition="topright" />
  </Map>
)

License

MIT © RyanGuild

Readme

Keywords

none

Package Sidebar

Install

npm i react-leaflet-current-location-control

Weekly Downloads

4

Version

0.0.14

License

MIT

Unpacked Size

24.3 kB

Total Files

5

Last publish

Collaborators

  • ryan.guild