Interactive radar pad with smooth-tracking crosshairs, lock states, and real-time coordinates.
Loading preview...
import VectorPad from "@/components/ui/vector-pad"; export default function DemoOne() { return <VectorPad />; }