atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.78k stars 517 forks source link

Use interactive tooltips in svg context #1147

Open STO-2D opened 7 months ago

STO-2D commented 7 months ago

Problem

The problem is i want to use a interactive tooltip which shows up on a "svg" button click which in my case is a "rect". The interactive tooltip will be created inside the svg context and therefore will not show up in the UI as HTML tags are injected into svg code.

Solution