An open API service indexing awesome lists of open source software.

https://github.com/ozaytsev86/react-leaflet-waypoints

React component to show waypoints on Leaflet's map.
https://github.com/ozaytsev86/react-leaflet-waypoints

leaflet react waypoints

Last synced: 4 months ago
JSON representation

React component to show waypoints on Leaflet's map.

Awesome Lists containing this project

README

          

# react-leaflet-waypoints
React component to show waypoints on Leaflet's map.

![Screenshot](https://github.com/ozaytsev86/react-leaflet-waypoints/blob/main/rlw-screenshot.png?raw=true)

# Installation
Install `react-leaflet-waypoints` with [npm](https://www.npmjs.com/):

`npm install react-leaflet-waypoints`
or
`yarn add react-leaflet-waypoints`

# Usage

```javascript
import {ReactLeafletWaypoints} from 'react-leaflet-waypoints';

export const MyComponent = () => {
return (

);
}
```

# Demo

[Storybook Live Demo](https://61b5bfcdbf0a96003acf004d-ibwoiilpin.chromatic.com/?path=/story/components-reactleafletwaypoints--custom)

You can easily check the Storybook in your local.

Clone the repository and move into:
```
git clone git@github.com:ozaytsev86/react-leaflet-waypoints.git
cd react-leaflet-waypoints
```

Install dependencies:
```
yarn / npm install
```

Run Storybook
```
yarn sb / npm run sb
```

# Roadmap
WIP

# Issues
If you found an issue, or you have a suggestion please create a ticket [here](https://github.com/ozaytsev86/react-leaflet-waypoints/issues)

# Contributions
Create or take an already created issue
Clone the repository
Create a branch with the issue name
Once you finish create a pull request

# License
[MIT](https://opensource.org/licenses/MIT)