Reflective CardA layouts reflective card componentlayoutscard PreviewCodeSECURE ACCESSALEXANDER DOESENIOR DEVELOPERID NUMBER8901-2345-6789Copyimport ReflectiveCard from "@/components/vritti/reflective-card"; export function ReflectiveCardExample() { return ( <div className="relative flex h-[400px] w-full items-center justify-center overflow-hidden rounded-lg border"> <ReflectiveCard /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/reflective-card"Copy Dependencies pnpmnpmyarnbunpnpm add lucide-reactCopy