Questions tagged [tippyjs]

A highly customizable vanilla JS tooltip/popover library powered by Popper.js.

For reference: https://atomiks.github.io/tippyjs/

154 questions
1
vote
0 answers

How to store tippy tooltips in a data.frame and render them through reactable?

To bypass this issue, I am trying to store tippy tooltips in a data.frame column and render them in reactable without using the cell attribute in colDef. I tried the following example to show tooltips with dogs pictures when hovering on the dog…
Gion Mors
  • 313
  • 1
  • 3
  • 20
1
vote
1 answer

Tippy.js does not keep position when content is zoomed

I'm using Tippyjs for a simple tooltip on hover. It works fine when no zoom is set. I'm using Chromium and when I set the browser zoom to 150% the tooltip gets displaced. I haven't used Tippy before but I thought it would be fairly standard for a…
Hrafn Malmquist
  • 432
  • 4
  • 10
1
vote
1 answer

HTML5 videos don't autoplay with tippy js

I use tippy.js and when I add a
1
vote
1 answer

How can I make Tippy tooltip work in table?

I can't use tooltipster or tippy.js tooltips in my table. It's a cryptic table with technical data and working tooltips would be a big help. The table below works fine, except that the Tippy tooltips don't display anything, regardless of where the…
verlager
  • 794
  • 5
  • 25
  • 43
1
vote
0 answers

When using tippyjs-react singleton, can I figure out the target tooltip inside the callbacks that attached to source tooltip?

So I have several Target tooltips and one Source, I want to attach onTrigger or onShow callback to the Source tooltip. Is there an easy way to figure out inside callback which Target tooltip is shown? I don't want to check against smth like…
1
vote
0 answers

Getting Tippy Nested ToolTip Displayed

I've been trying to get Tippy.js' nested tooltip feature working but haven't had luck so far. the following lines are placed outside jQuery's Document ready function: tippy.setDefaultProps({ appendTo: function () { return…
Srii
  • 543
  • 3
  • 7
  • 20
1
vote
1 answer

Importing lib's css inside the component styles is throwing dependency not found while it's installed