DragPreview

Primitive #77

🔍 Problem it solves

Dragging the original element causes layout shifts; users expect a semi‑transparent ghost.

✅ Solution

DragPreview creates a clone of the dragged element that follows the cursor, hiding the original during drag.

🧩 Used by components

Sortable lists, Kanban boards, Drag‑and‑drop file upload.

🎮 Interactive demo