CLI setup for DnD code on this page
If you copy code from the Snippet or Component tabs, run the command below first. It scaffolds AfnoUI, installs the pointer-event DnD primitives at components/dnd/*, and pulls the runtime deps the snippets import (lucide-react, clsx, tailwind-merge).
Alternatively, install a ready-made demo with afnoui add dnd/<variant>. That command pulls the DnD primitives and the variant's example file (under dnd/<variant>/, a sibling of components/) in one go — you don't need to run the init step separately.
Install with:
npx afnoui init --dnd Custom Pointer DnD
Horizontal pill reorder
X-axis index resolution lets pills swap places along a wrapping bar.
axis: x
RTL aware
wrap
Install with:
npx afnoui add dnd/horizontal-reorderHorizontal pill reorder
TypeScript
React
Vite
Tailwind
Vitest
Bun