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