react-tippy
react-tippy copied to clipboard
Is it posible to use followCursor options from tippyjs?
I´m trying to open the Tooltip at cursor position, currently the only way to link cursor position with Tooltip is using the prop followCursor={true}, I´ve checked the tippyjs the prop followCursor: https://atomiks.github.io/tippyjs/#follow-cursor
And I found followCursor porp should accept different values, the one I need is followCursor={"initial"}, but react-tippy library takes this as a boolean, so I can not use values as initial, vertical, horizontal, etc.
Has anyone found a way to open the Tooltip in the cursor position?
Thanks in advanced.
Also have this problem, could you guide us @tvkhoa ? 👍
Same Issue. @davidbejarcaceres did you ever find a work around?
@sakinaf No I did not, sadly some props are not passed to tippyjs library, and due to some other problemas for advanced use, I had to change library to a more complete one and migrated all my tooltips to the new library.
@davidbejarcaceres, what library is that?
@sakinaf That´s typpyjs-react, full access to Tippy.js API and Popper API. So full of features.
FYI the one @davidbejarcaceres linked is the official React library from the creators of Tippy.js.