Back to ComponentsTodayTomorrowThis week
Components
Sortable List
Drag and drop list for reordering custom list items with a grab handle.
Share insights
Capture the key learnings
Draft recap
Summarize next steps
Review with team
Align on priorities
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/sortable-list.tsx
Installation
Using shadcn CLI
npx shadcn add sortable-list --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-merge