Gradient BlindsAnimated gradient blinds background effect.backgroundgradient PreviewCodeCopyimport GradientBlinds from "@/components/vritti/gradient-blinds"; export function GradientBlindsExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <GradientBlinds /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/gradient-blinds"Copy Dependencies pnpmnpmyarnbunpnpm add oglCopy