bestguy / sveltestrap

Bootstrap 4 & 5 components for Svelte
https://sveltestrap.js.org
MIT License
1.3k stars 183 forks source link

Target Element instead of HTMLElement in Tooltip #478

Open tkieft opened 2 years ago

tkieft commented 2 years ago

Want to be able to add tooltips to SVGElements

tkieft commented 1 year ago

@bestguy is this mergeable?

dysfunc commented 1 year ago

@tkieft I'm able to use Tooltips with SVG elements. (see REPL)

Can you provide an example of where this fails for you?

tkieft commented 2 months ago

I think it was just a type error that I wanted to fix