Loading preview...
User Profile Card
@erikx
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/user-profile-card
import { Component } from "@/components/ui/user-profile-card"; export default function DemoOne() { return <Component />; }