Components
Loading preview...
This is an animated card component that uses framer motion and has a color-changing animation on hover. Use for feature sections.
@vaib215
npx shadcn@latest add https://21st.dev/r/vaib215/color-change-cardimport ColorChangeCards from "@/components/ui/color-change-card";
export default function DemoOne() {
return <ColorChangeCards />;
}