Animated GradientAnimated gradient background with presets and customizable swirl effects using WebGL.backgroundgradientanimationwebgl PreviewCodeCopy"use client"; import AnimatedGradient from "@/components/vritti/animated-gradient"; export function AnimatedGradientExample() { return ( <div className="relative w-full h-[400px] rounded-lg overflow-hidden"> <AnimatedGradient /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/animated-gradient"Copy