mdauner / sveltejs-tippy

Tippy.js for Svelte
MIT License
40 stars 4 forks source link

How might we createSingleton? #155

Open krry opened 2 years ago

krry commented 2 years ago

This lib has made it easy to apply tippy.js to the nav links I programmatically generate. And it would improve the UX to create these nav links as a singleton.

Might we port that add-on through here?

I'm looking at how to do this vanilla, which might inform how we port it here.