Components
Loading preview...
This is the hover animated card with cool animation.
@n38693842
npx shadcn@latest add https://21st.dev/r/n38693842/animated-cardimport { Component } from "@/components/ui/animated-card";
export default function DemoOne() {
return <Component />;
}