React cards with image sliding up when hovered.
npx shadcn@latest add https://21st.dev/r/abhinavcdev/3d-sliding-cards
Loading preview...
import FloatingCards from "@/components/ui/3d-sliding-cards"; export default function DemoOne() { return <FloatingCards />; }