An animated background card that smoothly cycles through transitioning color gradients.
import GradientAnimation from "@/components/ui/gradient-animation-shadcnui"; export default function Demo() { return ( <div className="flex min-h-[400px] w-full items-center justify-center"> <GradientAnimation /> </div> ); }