LiquidEther

PreviousNext

Interactive liquid shader with flowing distortion and customizable colors.

Docs
react-bitscomponent

Preview

Loading preview…
LiquidEther/LiquidEther.css
.liquid-ether-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  touch-action: none;
}

Installation

npx shadcn@latest add @react-bits/LiquidEther-JS-CSS

Usage

import { LiquidEtherJSCSS } from "@/components/LiquidEther-JS-CSS"
<LiquidEtherJSCSS />