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