Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vkruglikov authored Jul 12, 2024
1 parent 5765944 commit 096399a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# react-leaflet-marker
# [react-leaflet-marker](https://www.npmjs.com/package/react-leaflet-marker)
Custom markers for react-leaflet maps.

You can use any react component with version of [react-leaflet](https://github.com/PaulLeCam/react-leaflet) 3.x.x || 4.x.x
Expand Down Expand Up @@ -130,4 +130,4 @@ For example, I used [antd](https://github.com/ant-design/ant-design/) dropdown a
| `zIndexOffset`? | 0 | number | By default, marker images zIndex is set automatically based on its latitude. Use this option if you want to put the marker on top of all others (or below), specifying a high value like `1000` (or high negative value, respectively). |
| `interactive`? | false | bool | If set `false`, the marker won't respond to mouse |
| `size`? | - | [width: number, height: number] | Size marker. Required for `placement` |
| `placement`? | center | string | One of `top`, `center`, `bottom` |
| `placement`? | center | string | One of `top`, `center`, `bottom` |

0 comments on commit 096399a

Please sign in to comment.