1.0.5 • Published 6 months ago

@hydroperx/draggable v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@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);
1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.0

6 months ago