$ cnpm install @dnd-kit/sortable
The sortable preset provides the building blocks to build sortable interfaces with @dnd-kit.
To get started, install the sortable preset via npm or yarn:
npm install @dnd-kit/sortable
The sortable preset builds on top of the primitives exposed by @dnd-kit/core to help building sortable interfaces.
The sortable preset exposes two main concepts: SortableContext and the useSortable hook:
useSortable hook.useDroppable and useDraggable hooks.
Visit docs.dndkit.com to learn how to use the Sortable preset.
Copyright 2013 - present © cnpmjs.org | Home |