dnd-kit

Installation
SKILL.md

@dnd-kit Best Practices

Basic Sortable List

import { DndContext, closestCenter, type DragEndEvent } from "@dnd-kit/core";
import { SortableContext, verticalListSortingStrategy, arrayMove } from "@dnd-kit/sortable";

function SortableList() {
  const [items, setItems] = useState(["a", "b", "c"]);
Installs
4
GitHub Stars
3
First Seen
Apr 13, 2026
dnd-kit — spardutti/claude-skills