Plugins: Add L.Control.Custom (#5240)

This commit is contained in:
Yiğit Yüce 2017-01-10 11:38:57 +03:00 committed by Iván Sánchez Ortega
parent ea7900ad62
commit bc3270177e

View File

@ -2768,6 +2768,16 @@ These plugins extend Leaflet event handling.
Buttons, sliders, toolbars, sidebars, and panels.
<table class="plugins"><tr><th>Plugin</th><th>Description</th><th>Maintainer</th></tr>
<tr>
<td>
<a href="https://github.com/yigityuce/Leaflet.Control.Custom">Leaflet.Control.Custom</a>
</td><td>
Fully customizable Leaflet control panel with HTML element.
<a href="https://yigityuce.github.io/Leaflet.Control.Custom/examples/index.html"> Demo</a>
</td><td>
<a href="https://github.com/yigityuce">Yiğit Yüce</a>
</td>
</tr>
<tr>
<td>
<a href="https://github.com/CliffCloud/Leaflet.EasyButton">L.EasyButton</a>