Dark VeilA dark translucent veil overlay background effect.background PreviewCodeCopyimport DarkVeil from "@/components/vritti/dark-veil"; export function DarkVeilExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <DarkVeil /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/dark-veil"Copy Dependencies pnpmnpmyarnbunpnpm add oglCopy