atomiks / tippyjs

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

use a common HTML popover element across multiple tooltips #1059

Open anoosurf opened 2 years ago

anoosurf commented 2 years ago

Problem

hi.. is there a way to use a common HTML popover element across multiple tooltips

Solution

essentially we have a dropdown menu ( with form elements & events attached to them) which need to be called inside different widgets as of now the template creates a clone /copy of the same.. whereas i would just like the common dropdown to be positioned like a tooltip rather than create multiple tippy instances

M4N0JKUM4R commented 2 years ago

I want to know the same.