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