@sebkolind/draggy
v0.0.1
Published
A lightweight drag&drop library built with TypeScript.
Downloads
2
Readme
Draggy
A framework agnostic and lightweight drag&drop library built with TypeScript.
Install
npm i @sebkolind/draggy
Usage
import { draggy } from "@sebkolind/draggy";
draggy({ target: ".column" });
Documentation
Find the full documentation here.