A theme-aware and accessible animated background component powered by a WebGL shader. It provides a dynamic, noise-based visual effect that can be customized with props.
import { ShaderBackground } from "@/components/ui/shader-background"; export default function DemoOne() { return <ShaderBackground />; }