A beautiful, animated, and customizable WebGL gradient with noise capabilities.
pnpm dlx shadcn@latest add @componentry/animated-gradient
config
Preset or custom configuration for the gradient pattern.
GradientConfig
noise
Options to apply a noise overlay.
NoiseConfig
radius
Border radius applied to the container.
string
"0px"
className
Additional CSS classes for styling.
style
Additional inline CSS styles.
CSSProperties
View source
Keep in mind
Have any questions?
import { AnimatedGradient } from "@/components/ui/animated-gradient"
<AnimatedGradient config={{ preset: "Aurora" }} />