Components
Loading preview...
Move your mouse around to create beautiful fluid smoke effects. The simulation uses WebGL shaders to create realistic fluid dynamics in real-time. Smokey Cursor Effect
npx shadcn@latest add https://21st.dev/r/uniquesonu/smokey-cursor-effectimport FluidCursorEffect from "@/components/ui/smokey-cursor-effect";
export default function DemoOne() {
return <FluidCursorEffect />;
}