Components
Animated WebGL shader background in the Mesh drift style, generated by the 21st.dev Shader Builder. 6-color palette (#EBF9FF, #1B6CA8, #5AD2F4, #C2FFEE, #E3D1F1, #FDFEE4). Features: high intensity. A drop-in, zero-dependency React component for hero sections and animated gradient/noise backgrounds.
Loading preview...
import { ShaderBackground } from "@/components/ui/shader1"
export default function ShaderBackgroundDemo() {
return (
<div className="relative h-[440px] w-full overflow-hidden rounded-xl">
<ShaderBackground className="h-full w-full" />
</div>
)
}