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