Your ImageYour Image
  • About
  • Templates10
  • Blocks81New
  • Icons1635
  • Graphics4K
  • Components107New
  • About
  • Components
  • Pricing
  • Contact
Book an Intro call
Book an Intro call
  • About
  • Works
  • Pricing
  • Templates
  • Blocks
  • components
  • Graphic
  • Backgrounds
  • Designs
  • Icons
  • Logos
  • Flags
  • Privacy
  • Terms
  • Contact
© 2025Made with by Ali Imam

  • Gradient Mesh
  • Gradient Wave
  • Shader Ripple
  • Shader Lines
  • Shader RGB
  • Particles Highlight
  • Particle Circle
  • Void Animation
  • Gradient Bars
  • Render Canvas
  • Fireball
  • Scroll Progress
  • Shine Border
  • Dot Pattern
  • Grid Pattern

Shader Ripple

PreviousNext

A full-screen animated background built with Three.js shaders. Renders smooth colorful line effects using a custom fragment shader.

Installation

pnpm dlx shadcn@latest add https://aliimam.in/r/shader-ripple.json

Usage

import { ShaderRipple } from "@/components/ui/shader-ripple"
export default function Component() {
  return (
    <main className="flex h-full w-full items-center justify-center overflow-hidden rounded-md border">
      <ShaderRipple
        loopDuration={0.9}
        waveIntensity={0.2}
        timeScale={1}
        backgroundColor="#db2777"
        color1="#c2410c"
        color3="#db2777"
        color2="#dc2626"
        rotation={45}
        mod={0.4}
      />
    </main>
  );
}
Gradient WaveShader Lines

On This Page

InstallationUsage