Components
An interactive cursor effect that leaves a rainbow trail and creates a high-quality "thunder stone" lightning explosion on click.
Loading preview...
import { RainbowCursor } from "@/components/ui/rainbow-cursor";
export default function DemoOne() {
return (
<RainbowCursor />
);
}