Rather than always showing the Tooltip component in a fixed place, it is sometimes desirable to make it show at the cursor's current position. This is especially relevant when the tooltip is added to large components, where the user might not notice if the tooltip is showing far from the cursor.
Describe your motivation
Rather than always showing the Tooltip component in a fixed place, it is sometimes desirable to make it show at the cursor's current position. This is especially relevant when the tooltip is added to large components, where the user might not notice if the tooltip is showing far from the cursor.
Describe the solution you'd like
Vaadin Tooltip should provide something similar to MUI's Tooltip follow cursor option: https://mui.com/material-ui/react-tooltip/#follow-cursor.
Describe alternatives you've considered
No response
Additional context
No response