Socket
Socket
Sign inDemoInstall

ember-leaflet-fullscreen-control

Package Overview
Dependencies
444
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ember-leaflet-fullscreen-control

Use leaflet.fullscreen in Ember with ember-leaflet.


Version published
Weekly downloads
11
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

[1.0.5] - 2020-01-22

Fixed

  • Use less common name for instance-initializer to avoid conflict.

Changed

  • Dependency updates

Readme

Source

npm version

ember-leaflet-fullscreen-control

Use leaflet.fullscreen in Ember with ember-leaflet to add a fullscreen button to your maps.

Installation

ember install ember-leaflet-fullscreen-control

Usage

<LeafletMap … as |layers|>
  {{!-- … --}}
  <layers.fullscreen-control />
</LeafletMap>

All leaflet.fullscreen options are supported (e.g. <layers.fullscreen-control @position="topleft" />). Have a look at the leaflet.fullscreen readme. The enter/exit fullscreen events are not supported, yet.

Contributing

See the Contributing guide for details.

License

This project is licensed under the MIT License.

Keywords

FAQs

Last updated on 22 Jan 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc