Components
A mesmerizing grid of glowing particles that follow your cursor, pulse rhythmically, and move organically when idle. Fully customizable with props for color, density, motion, and responsiveness — perfect for landing pages, hero sections, or ambient visual backdrops.
Loading preview...
import { PlasmaCursor } from "@/components/ui/plasma-cursor";
export default function DemoOne() {
return (
<div className="h-screen w-screen bg-[#000]">
<PlasmaCursor
/>
</div>
);
}