atomiks / tippyjs

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

How can I get one button to trigger multiple targets? #886

Closed lukejames1111 closed 3 years ago

lukejames1111 commented 3 years ago

I am trying to make it so that there is one button, which when clicked will show multiple tooltips at the same time. Is this possible?

atomiks commented 3 years ago

You use triggerTarget: button for each of the tippy() calls/instances.