com.sweaxizone.draggable
v1.0.0
Published
High performance, full featured drag and drop in a tiny (2k gzipped), dependency-free package
Maintainers
Readme
com.sweaxizone.draggable
High performance, full featured drag and drop in a tiny (2k gzipped), dependency-free package.
Note:
com.sweaxizone.draggable is a modified copy of
bcherny/draggablev4. Credits to that original repository.
Usage
HTML
<div id="id"></div>TypeScript
import Draggable from "com.sweaxizone.draggable";
let element = document.getElementById("id");
new Draggable(element);