Docs
βš™οΈ ⏐ Utils
useUserSelect

User Select

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

Examples

const [hovered, setHovered] = useState()
 
useUserSelect(hovered) // -> sets body to user-select: none