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