Here is Dot Particles component
npx shadcn@latest add https://21st.dev/r/uilayout.contact/dot-particles
Loading preview...
import DotParticleCanvas from "@/components/ui/dot-particles"; export default function DemoOne() { return <DotParticleCanvas />; }