Skip to content

MyMiniFactory/react-leaflet-fullscreen-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-leaflet-fullscreen-control

Plugin for React-Leaflet to display fullscreen control

Thanks to https://github.com/Leaflet/Leaflet.fullscreen on which this react plugin is 100% based on.

Example

Demo MyRoutes.io or in examples folder

Installation

yarn add react-leaflet-fullscreen-control
// Import the package
import 'react-leaflet-fullscreen-control'

// Inside your <Map> component add fullscreenControl
<Map
  fullscreenControl />

Dependencies

About

A fullscreen control for React Leaflet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 63.6%
  • JavaScript 36.4%