Back to shaders

Liquid Metal

Customize
#1a1a2e
#ffffff
1.00
1.00
1.00
1.50
1.00
1.00

Metallic surface with reflections, fresnel effects, and organic distortions.

metallicreflectivedarkabstractby ShaderDrop

Source Code

Quick Start

1

Download or copy the component file

2

Save to components/LiquidMetal.tsx

3

Import and use in your page

page.tsx
import { LiquidMetal } from "@/components/LiquidMetal"

export default function Page() {
  return (
    <div className="relative min-h-screen">
      <LiquidMetal className="absolute inset-0 -z-10" />
      {/* Your content here */}
    </div>
  )
}
LiquidMetal.tsx