Animated WebGL shader background in the Metaballs style. Generated by the 21st.dev Shader Builder. 3-color palette (#02010A, #D4D4D8, #C1E811). A drop-in, zero-dependency React component for hero sections and animated gradient/noise backgrounds.
import { ShaderBackground } from "@/components/ui/c2e812" export default function ShaderBackgroundDemo() { return ( <div className="relative h-screen w-full overflow-hidden"> <ShaderBackground className="h-full w-full" /> </div> ) }