Components
A visually enhanced interactive fluid simulation React component rendered on a canvas with mouse-driven effects.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/fluid-canvasLoading preview...
// This is file with demos of your FluidCanvas
// Each export is one usecase for your FluidCanvas
import { FluidCanvas } from "@/components/ui/fluid-canvas";
const DemoOne = () => {
return <FluidCanvas />;
};
export { DemoOne };