# leaflet-sidebar
**Repository Path**: opengis-leaflet/leaflet-sidebar
## Basic Information
- **Project Name**: leaflet-sidebar
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2021-07-30
- **Last Updated**: 2021-07-30
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# leaflet-sidebar
A responsive sidebar plugin for [Leaflet](http://leafletjs.com/), a JS library for interactive maps.
Please also have a look at [sidebar-v2](https://github.com/Turbo87/sidebar-v2), the tabbed successor of this library.
## Examples

Examples are available in the `examples` folder and on Github Pages:
* [Basic example](http://turbo87.github.io/leaflet-sidebar/examples/)
* [mapbox.js listing-markers example](http://turbo87.github.io/leaflet-sidebar/examples/listing-markers.html)
* [Example with 2 sidebars](http://turbo87.github.io/leaflet-sidebar/examples/two-sidebars.html)
## Using the plugin
See the included examples for usage.
### Usage
Add a content container somewhere in your document:
~~~~html