1.0.5 • Published 6 months ago
@hydroperx/draggable v1.0.5
@hydroperx/draggable
High performance, fully cross browser, full featured drag and drop in a tiny (2k gzipped), dependency-free package.
Note:
@hydroperx/draggable is a modified copy of
bcherny/draggable
v4. Credits to that original repository.
Usage
HTML
<div id="id"></div>
TypeScript
import Draggable from "@hydroperx/draggable";
let element = document.getElementById("id");
new Draggable(element);