Back to Popmotion

Events: Drag

packages/popmotion-pose/docs/examples/react/event-drag.md

8.7.1186 B
Original Source

Events: Drag

Making an element draggable is as easy as setting draggable: true.

javascript
const config = {
  draggable: true
}
<CodeSandbox height="500" id="8z7j041kyl" />