Components
A physics-based interactive card system featuring free-form dragging, realistic 3D flips, and a custom context menu. Built with Framer Motion and Tailwind CSS, it uses spring physics to create a tactile, "heavy" feel perfect for retro-modern portfolios or kanban boards.
Loading preview...
import FreeDraggableDeck from "@/components/ui/neo-brutalist-kinetic-deck";
export default function DemoOne() {
return <FreeDraggableDeck />;
}