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