popmotion-pose
Version:
A declarative animation library for HTML and SVG
18 lines (13 loc) • 298 B
Markdown
title: "Events: Drag"
description: Easily make elements draggable with Popmotion Pose
category: react
# Events: Drag
Making an element draggable is as easy as setting `draggable: true`.
```javascript
const config = {
draggable: true
}
```
<CodeSandbox height="500" id="8z7j041kyl" />