PinInputManager

Primitive #58

🔍 Problem it solves

OTP/verification code inputs need auto‑advance, paste support, and backspace navigation. Manual DOM handling is error‑prone.

✅ Solution

PinInputManager manages an array of values, handles keyboard events, and provides callbacks for UI updates. This demo uses the library’s implementation directly.

🧩 Used by components

OTPInput, VerificationCode, TwoFactorAuth, PINEntry, InviteCode

🎮 Interactive demo