1.0.5 • Published 2 years ago

@draggable-resizable-rotate/react-draggable-provider v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

react-draggable-provider

Historical background

I've found that drag and transform require binding listener events in most cases. Bind mousemove、mouseup when mousedown,unbind mousemove、mouseup when mouseup。 So, I want to take that logic out of it.