Back to Components
Components

Sortable List

Drag and drop list for reordering custom list items with a grab handle.

Share insights

Capture the key learnings

Today

Draft recap

Summarize next steps

Tomorrow

Review with team

Align on priorities

This week

Dependencies

  • clsx
  • tailwind-merge

Files

  • components/ui/sortable-list.tsx

Installation

Using shadcn CLI

npx shadcn add sortable-list --url https://ui.hampton.io

Manual installation

Copy the component file to your project and install dependencies:

npm install clsx tailwind-merge