0.1.2 • Published 2 years ago
markerpp v0.1.2
Marker Plus Plus
MPP is a supercharged marker for Leaflet (although it may be used with other frameworks). The main attributes are:
position: [int,int]??
marker: bool = true
:markerColor: string = '#d73333'
:markerIcon: string = 'fa-location-pin'
markerSize: int = 26
icon: bool = true
iconColor: string = '#fff'
iconIcon: string= 'fa-circle-dot'
iconSize: int = 13
shadow: bool = true
popup: html?? = null
circleRadius: int = 0
: with radious 0 circle is not renderedcircleBorder: string
circleBackground: string
Thanks to Igor Gaponov for this awesome guide: How to Create and Publish React TypeScript npm Package With Demo and Automated Build