Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 660 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 660 Bytes

Motivation

To have otp inputs more performantly and support webotp api

key features

  • has only one input field, no jumping between multiple inputs
  • highly customizable
  • support webotp
  • zero dependency

developement guide

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 

Pull requests

As always, They are welcome.