Components
Loading preview...
Draggable Cards
npx shadcn@latest add https://21st.dev/r/minhxthanh/drag-cardsimport { CardDrag } from "@/components/ui/drag-cards";
export default function DemoOne() {
return (
<div className="w-full ">
<CardDrag/>
</div>
);
}