Components
Loading preview...
Moving Circles Shader
npx shadcn@latest add https://21st.dev/r/aghasisahakyan1/moving-circles-shaderimport { Component } from "@/components/ui/moving-circles-shader";
export default function DemoOne() {
return <Component />;
}