To have otp inputs more performantly and support webotp api
- has only one input field, no jumping between multiple inputs
- highly customizable
- support webotp
- zero dependency
I'm new to monorepo and this is my first implementation. Fist run yarn to install dependencies
yarn
To run the example app first start a tsc
with --watch
flag
yarn workspace react-webotp-input run tsc --build --watch
then in another terminal you can start the example app to see the live changes from your edits
yarn workspace example run start
As always, They are welcome.