Components
Loading preview...
Animated hero background with procedural gradient animation using webgl
@Scottclayton3d
npx shadcn@latest add https://21st.dev/r/lovesickfromthe6ix/shader-animationimport ShaderAnimation from "@/components/ui/shader-animation";
export default function DemoOne() {
return <ShaderAnimation />;
}