Skip to Content

Cursor

A small hook that sets the css body cursor according to a state. This is useful for dragging when cursors go outside the thing they are dragging.

Examples

const [hovered, setHovered] = useState() useCursor(hovered, 'grabbing') // -> sets body to grabbing
Last updated on