NoiseVisual noise overlay effect.animation PreviewCodeCopyimport Noise from "@/components/vritti/noise"; export function NoiseExample() { return ( <div className="relative w-full h-[400px]"> <Noise /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/noise"Copy