The element currently being hovered over.
Optional
heightThe target height of the cursor when hovering over this element.
Can be set to a specific number, false
(no change), or auto
.
'auto'
Optional
isWhether the hover state should "stick" to the element, meaning the cursor remains over the element even after moving away.
Optional
paddingPadding around the cursor when hovering over this element.
Optional
widthThe target width of the cursor when hovering over this element.
Can be set to a specific number, false
(no change), or auto
.
'auto'
Information about the hovered element, which can affect cursor behavior.