Draggable Cards
Loading preview...
import { CardDrag } from "@/components/ui/drag-cards"; export default function DemoOne() { return ( <div className="w-full "> <CardDrag/> </div> ); }