Animated gradient background with presets and customizable swirl effects using WebGL.
import AnimatedGradient from "@/components/ui/animated-gradient" export default function AnimatedGradientDemo() { return ( <div className="flex items-center justify-center min-h-[400px] p-8"> <AnimatedGradient> Hello, World! </AnimatedGradient> </div> ) }
Part of Spell — browse the full library on 21st.dev.