Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 437 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 437 Bytes

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" });

Learn more

For docs, examples, and more visit the documentation site.

Demo

demo.mov