Replies: 3 comments 9 replies
-
Just bumping this to get an answer. Is there a possibility of adding a follow-cursor on hover tooltip? Thanks |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, while we wait for a primitive, I've implemented it with the Tooltip component. Hope this helps. |
Beta Was this translation helpful? Give feedback.
-
I created a workaround using a custom hook to retrieve the mouse coordinates and assign them to the https://codesandbox.io/s/goofy-star-29mzkc?file=/src/App.tsx |
Beta Was this translation helpful? Give feedback.
-
Hi, first, amazing library! So thank you very much for developing it.
Just had an idea - it would be cool if there was a component such as a tooltip that would follow the mouse/cursor position while hovering over an element. It might interesting, for example, when you want to tell the user why they can't click on a disabled element and so on.
Something like this - https://codepen.io/paulvddool/pen/mROEGa (not mine, found randomly on google)
Beta Was this translation helpful? Give feedback.
All reactions