Components
Loading preview...
A reusable card component
@avanishverma4
npx shadcn@latest add https://21st.dev/r/avanishverma4/floating-cardimport Component from "@/components/ui/floating-card";
export default function FloatingCard() {
return <Component />;
}