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