Components
A full-screen interactive GLSL fluid simulation powered by Three.js.. Mouse movement distorts a dynamic noise field, creating mesmerizing, real-time visual effects. Perfect for hero sections, immersive loaders, or themed UI overlays.
npx shadcn@latest add https://21st.dev/r/dhileepkumargm/living-fluid-backgroundLoading preview...
import { Component } from "@/components/ui/living-fluid-background";
export default function DemoOne() {
return <Component />;
}