react-leaflet-custom-control
Advanced tools
Comparing version
{ | ||
"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
8787
2.45%100
1.01%