Components
An animated, neo-brutalist card stack loader component built with Framer Motion and Tailwind CSS.

// This is a file with a demo for your component
// That's what users will see in the preview
// Create new files in this directory to add more demos
import CardLoader from "@/components/ui/card-stack-loader";
// ONLY DEFAULT EXPORT WILL BE TREATED AS A DEMO
export default function DemoOne() {
return <CardLoader />;
}