Components
Animated WebGL shader background in the Flow field style, generated by the 21st.dev Shader Builder. 3-color palette (#ED2521, #ED2521, #FEEBDC). Features: cursor-reactive (spotlight). A drop-in, zero-dependency React component for hero sections and animated gradient/noise backgrounds.
Loading preview...
import { ShaderBackground } from "@/components/ui/koinonia"
export default function ShaderBackgroundDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<ShaderBackground className="h-full w-full" />
</div>
)
}