Components
Loading preview...
It is a uniquely interactive Particle Background component. It connects the mouse pointer with particles, and on click, it creates more particles
@UmairXD
npx shadcn@latest add https://21st.dev/r/m.umairwaheedansari/particles-bgimport Component from "@/components/ui/particles-bg";
export default function DemoOne() {
return <Component />;
}