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