Components
Loading preview...
A visually enhanced interactive fluid simulation React component rendered on a canvas with mouse-driven effects.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/fluid-canvas// 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 };