sortable list input

Sortable List Input

Sortable List Input

Drag-and-drop reorderable list stored as a form value.

Preview

Backlog
In Progress
Done

Features

  • Add/remove rows.
  • Native drag-and-drop reorder.
  • Controlled array API.

Installation

npx shadcn@latest add https://www.shadcn-form.com/registry/sortable-list-input.json

Registry JSON: /registry/sortable-list-input.json

Usage

import { SortableListInput } from '@/components/ui/sortable-list-input'
<SortableListInput value={items} onChange={setItems} />