Components
Animated WebGL shader background in the Mesh drift style, generated by the 21st.dev Shader Builder. 4-color palette (#10002B, #7F00FF, #33AEB9, #0920F4). A drop-in, zero-dependency React component for hero sections and animated gradient/noise backgrounds.
Loading preview...
import { ShaderBackground } from "@/components/ui/valley-of-the-mind"
export default function ShaderBackgroundDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<ShaderBackground className="h-full w-full" />
</div>
)
}