English | įŽäŊ䏿
use-otp-input
đ Awesome React Hook for One-time password (OTP) Input
Features
- đĻ Input more intuitive, just like plain input element, including paste text
- ⨠Support
Backspace
andDelete
keys, even shortcut withCtrl
key - đ Support move caret by
ArrowLeft
andArrowRight
keys
Build & Publish
npm run build
npx changeset
npx changeset version
git commit
npx changeset publish
git push --follow-tags