Sortable
A vertical list whose items can be reordered by dragging, built on dnd-kit.
Installation
import {
SortableList,
SortableItem,
} from "@o/pipeline/experimental/components/sortable";
Default
First item
Second item
Third item
Note
Full documentation for this component is in progress.