Skip to content

RyanGuild/react-leaflet-current-location-control

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published