Closed Amerlander closed 3 years ago
This adds the ability to user HTML inside the Marker which gets used as marker:
<Marker popup={false} lat={geo.lat} lng={geo.lng} > <a href={target.link}> <p>{target.title}</p> </a> </Marker>
Default behavior is still preserved.
Will fix https://github.com/beyonk-adventures/svelte-mapbox/issues/33
I'd like this feature
@antony what do you think merging this? 😊
Great stuff! I'll release shortly.
This adds the ability to user HTML inside the Marker which gets used as marker:
Default behavior is still preserved.
Will fix https://github.com/beyonk-adventures/svelte-mapbox/issues/33