Color BendsA colorful bending gradient background effect.background PreviewCodeCopyimport ColorBends from "@/components/vritti/color-bends"; export function ColorBendsExample() { return ( <div className="relative h-[400px] w-full overflow-hidden rounded-lg"> <ColorBends /> </div> ); } Installation CLIManualpnpmnpmyarnbunpnpm dlx shadcn@latest add "https://vritti.thesatyajit.com/r/color-bends"Copy Dependencies pnpmnpmyarnbunpnpm add threeCopy