A playful orbit of colorful, blurred gradient balls that endlessly swirl in perfect harmony. Built with Framer Motion for smooth, hypnotic rotations and easy customization.
import { GradientBalls } from "@/components/ui/gradient-balls"; export default function DefaultDemo() { return ( <div className="relative min-h-screen w-full flex items-center justify-center"> <GradientBalls /> </div> ); }
Part of Efferd — browse the full library on 21st.dev.