Liquid Chrome
◆ BackgroundsWebGL2 metallic fluid surface with Fresnel reflections and mouse-driven ripples.
backgroundwebglshaderchromemetallicliquidreflectioninteractivemouse
No preview available
WebGL2 Shader ~ Move cursor to create ripples
WebGL2 metallic fluid surface with Fresnel reflections and mouse-driven ripples.
No preview available
WebGL2 Shader ~ Move cursor to create ripples
Backgrounds / React Component
WebGL2 metallic fluid surface with Fresnel reflections and mouse-driven ripples.
Copy the shadcn CLI command below. Replace YOUR_LICENSE_KEY with the license key from your FutureUI account — or log in and it will auto-fill for you.
npx shadcn@latest add "https://futureui.studio/api/registry/liquid-chrome.json?key=YOUR_LICENSE_KEY" import { LiquidChrome } from './LiquidChrome';
export default function Example() {
return (
<div style={{ width: '100%', height: 400, position: 'relative' }}>
<LiquidChrome accentColor="#a8a8a8" secondaryColor="#4fc3f7" />
</div>
);
}