A framework agnostic and lightweight drag&drop library built with TypeScript.
npm i @sebkolind/draggy
import { draggy } from "@sebkolind/draggy";
draggy({ target: ".column" });
For docs, examples, and more visit the documentation site.
A framework agnostic and lightweight drag&drop library built with TypeScript.
npm i @sebkolind/draggy
import { draggy } from "@sebkolind/draggy";
draggy({ target: ".column" });
For docs, examples, and more visit the documentation site.