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