Profile CardA layouts profile card componentlayoutscard PreviewCode@javicodesOnlineContactJavi A. TorresSoftware EngineerCopyimport ProfileCard from "@/components/vritti/profile-card"; export function ProfileCardExample() { return ( <div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border"> <ProfileCard /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/profile-card"Copy