ethanselzer / react-cursor-position

A React component that decorates its children with mouse and touch coordinates relative to itself.
https://ethanselzer.github.io/react-cursor-position
MIT License
143 stars 35 forks source link

How get position mousedown, mousemove and mouseup #28

Open yanielbf opened 5 years ago

yanielbf commented 5 years ago

Hello, I am a developer and in my research I found its component for the interaction with the cursor (reaction-cursor-position). In my opinion, it is a good component and I need to use it in my project. Next I explain how I should use it. I need to change the size in the custom table so I need to get the mouse position when I do the mouse, I move and when I do the mouseup My question is how do I do this? I'd appreciate your help. regards