Components
Loading preview...
Animated profile card with social links, experience level and stats, supports both dark mode and light mode.
npx shadcn@latest add https://21st.dev/r/bhomikproductivitylab/profile-cardimport { ProfileCard } from "@/components/ui/profile-card";
export default function DemoOne() {
return <ProfileCard />;
}