Components
Loading preview...
Interactive radar pad with smooth-tracking crosshairs, lock states, and real-time coordinates.
@daiv09
npx shadcn@latest add https://21st.dev/r/daiwiikharihar17147/vector-padimport VectorPad from "@/components/ui/vector-pad";
export default function DemoOne() {
return <VectorPad />;
}