A beautiful, animated, and customizable WebGL gradient with noise capabilities.
pnpm dlx shadcn@latest add @componentry/animated-gradient| Property | Type | Default |
|---|---|---|
configPreset or custom configuration for the gradient pattern. | GradientConfig | — |
noiseOptions to apply a noise overlay. | NoiseConfig | — |
radiusBorder radius applied to the container. | string | "0px" |
classNameAdditional CSS classes for styling. | string | — |
styleAdditional inline CSS styles. | CSSProperties | — |
View source
Keep in mind
Need a custom component?
I build bespoke UI components & websites tailored to your brand.
import { AnimatedGradient } from "@/components/ui/animated-gradient"<AnimatedGradient config={{ preset: "Aurora" }} />