DEV Community

Cover image for Pick and Place JavaScript Library for List Reordering (Drag'n'drop API Alternative)
jQueryScript
jQueryScript

Posted on

Pick and Place JavaScript Library for List Reordering (Drag'n'drop API Alternative)

picknplace.js: a JavaScript library that replaces drag-and-drop with a two-step pick-and-place pattern.

Key features:

• Solves mobile drag-and-drop usability problems

• Separates item selection from placement

• Includes scroll-aware ghost element positioning

• Zero dependencies, pure JavaScript

• Keyboard accessible with Enter and Escape support

👉 Blog Post

👉 GitHub Repo

👉 Live Demo

Top comments (0)