Measured entry

tripled-draggable-list-shadcnui

cardminimal-flatmotion on file

A client-side React list that reorders a small set of cards with Framer Motion spring dragging and a Lucide grip icon. It ships as a shadcn registry component, keeps its demo items in local React state, and relies on utility classes plus card and foreground theme variables.

Specimen
Motion capture of the mounted demo, recorded by the harness. No audio track.
Harness screenshot of tripled-draggable-list-shadcnui at 375 pixels wide
Harness screenshot at 375 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-draggable-list-shadcnui at 768 pixels wide
Harness screenshot at 768 pixels wide. No horizontal overflow recorded.
Harness screenshot of tripled-draggable-list-shadcnui at 1440 pixels wide
Harness screenshot at 1440 pixels wide. No horizontal overflow recorded.

Measured

Every value below was written by the harness on the run that produced the frames above. None of it is derived from the prose.

Harness measurements recorded for tripled-draggable-list-shadcnui
BuildOK
MountOK
Console errors0
Uncaught page errors0
Horizontal overflowclean at 375, 768, 1440
Axe critical0
Axe serious0
Axe moderate0
Axe minor0
Gzip marginal63.9 KB (129.3 KB build, 65.4 KB baseline)
Bare modeFAIL
Provider requiredNO
Demo usedwritten from the component source API

What the harness recorded

BARE BUILD

✗ Build failed in 1.07s
error during build:
[vite]: Rollup failed to resolve import "lucide-react" from "<sandbox>re-4d56f5e0987a/src/cut/components/uitripled/draggable-list-shadcnui.tsx".

Verdict

A clean starting point for a simple draggable list, and it builds and mounts without special provider wiring. Treat it as interaction scaffolding: real use needs external data handling, persistence, and an accessible keyboard alternative.

Use it if

  • You need a compact pointer-driven reorder interaction for a short list.
  • Your app already uses Framer Motion and can adapt the local item state to real data.
  • You want a minimal card treatment that can inherit existing theme variables.

Skip it if

  • Keyboard-based reordering is a requirement, since the component provides no keyboard controls or reorder buttons.
  • You need a drop-in data component with item props, persistence, or a change callback; this version hardcodes its items and owns the state.
  • Adding Framer Motion for a small list interaction is not worth the dependency cost in your app.

Install

Installation record for tripled-draggable-list-shadcnui
Declared dependenciesframer-motion, react, radix-ui
Missing on installnone
Bare installfails once the shadcn-style helpers are removed, so it needs that setup
Providerno provider required in the harness

In a non-shadcn project, add React, Framer Motion, and Lucide React, then provide equivalent utility-class styling or rewrite the classes as local CSS. Define the card background and foreground theme variables, and place the component behind a client boundary when using server-rendered React. The registry's button dependency is not used by this source.

Source and credit

This page is a review, not a copy. The component source lives with its author and this site does not republish it. Read the license before you use anything.

Alternatives

Other published entries for the card pattern, ordered by what they measured: mounts first, then clean axe scans, then bare-mode passes, then the smaller bundle.