Components
Loading preview...
This is animation of hover on card. Different card having different effect on hover.
@n38693842
npx shadcn@latest add https://21st.dev/r/n38693842/hover-card-animationimport { Component } from "@/components/ui/hover-card-animation";
export default function DemoOne() {
return <Component />;
}