Skip to content

Instantly share code, notes, and snippets.

@hanford
Created October 1, 2017 00:09
Show Gist options
  • Save hanford/4c5ed8b3af3cfdd1236b89be62922794 to your computer and use it in GitHub Desktop.
Save hanford/4c5ed8b3af3cfdd1236b89be62922794 to your computer and use it in GitHub Desktop.
<Drag>
{({xDelta, yDelta}) => (
<div style={{transform: translateY(`${yDelta}px`)}}>
Hey, I'm getting dragged
</div>
)}
</Drag>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment