Components
Loading preview...
The card is a 3D-tilt interactive card component built with Framer Motion. It responds to mouse movement by rotating on its X and Y axes, creating a depth illusion. Each card features an icon, title, description, and an animated "Discover More" arrow link. On hover, the icon inverts to black-on-white, an underline animates in, and a soft shadow blooms beneath the card.
@ranjansharma-ind
npx shadcn@latest add https://21st.dev/r/ranjansharma.ind/standard-cardimport { Component } from "@/components/ui/standard-card";
export default function DemoOne() {
return <Component />;
}