CreativeBulma / bulma-tooltip

Display a tooltip attached to any kind of element, in different position.
MIT License
76 stars 40 forks source link

Does not work with Svelte #16

Open radu-m opened 3 years ago

radu-m commented 3 years ago

I cannot get this to work within a Svelte app. I'm no expert but suspect it's due to how Svelte prunes rules not explicitly used within the markup (? - maybe). This is just a guess based on the fact that everything looks as expected but there are no new :hover rules and cannot see anything being called.

There are plenty of alternatives, such as https://github.com/Abreu00/svelte-tooltip so maybe it's not a priority..