Components
Loading preview...
Interactive fluid paint shader with swirling colors and pixel effects.
npx shadcn@latest add https://21st.dev/r/xubohuah/fluid-swirl-shaderimport { FluidSwirl } from "@/components/ui/fluid-swirl-shader";
export default function DemoOne() {
return <FluidSwirl />;
}