You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-leaflet-custom-control

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-leaflet-custom-control - npm Package Compare versions

Comparing version

to
1.2.1

2

package.json
{
"name": "react-leaflet-custom-control",
"version": "1.2.0",
"version": "1.2.1",
"description": "Creates a control wrapper around a React element",

@@ -5,0 +5,0 @@ "main": "lib/Control.js",

@@ -44,6 +44,6 @@ # react-leaflet-custom-control

## Props
| Name | Type | Default | Description |
|------------|----------------------------------------------------------------------|--------------|----------------------------------|
| position | [ControlOptions](https://leafletjs.com/reference-1.7.1.html#control) | **required** | The position of the control |
| children? | any | undefined | Child element to the control |
| Name | Type | Default | Description |
|------------|----------------------------------------------------------------------|--------------|------------------------------------|
| position | [ControlOptions](https://leafletjs.com/reference-1.7.1.html#control) | **required** | The position of the control |
| children? | any | undefined | Child element to the control |
| style? | `React.CSSProperties` | undefined | CSS Styles to override the control |

Sorry, the diff of this file is not supported yet