Components
Loading preview...
This is a nice, clean and reusable profile card.
@itsankitverma
npx shadcn@latest add https://21st.dev/r/itsankitverma/profile-cardimport Component from "@/components/ui/profile-card";
export default function DemoOne() {
return <Component />;
}