Components
Loading preview...
Animated gradient background with presets and customizable swirl effects using WebGL.
npx shadcn@latest add https://21st.dev/r/tom_ui/animated-gradientimport 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>
)
}