0.0.8 • Published 6 months ago

jb-password-input-react v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

jb-password-input-react

!WARNING
this package is deprecated and moved to jb-password-input/react

password input react component this component props and functionality are all come from jb-input-react just for password input so for doc just read jb-input-react document in jb-time-input you can create a input special for time the advantage is:

  • all jb-input benefits include customizations, validation,...
  • show password toggle button to let user see inputted password

Demo: codeSandbox preview for just see the demo and codeSandbox editor if you want to see and play with code

Demo image:

npm.io npm.io

set password level

jb-password has some default validation check series that you can set by just set the level prop of the component

//level list
type PasswordValidationLevel ="NONE" | "BASIC" | "PRO"
//NONE is no default validation
//BASIC just check for password length
//PRO check password length + numeric and special char included
<JBPasswordInput level="PRO"></JBPasswordInput>

you may not set the level and just set your own validation but we put this option for ease of use.

Other Related Docs:

0.0.8

6 months ago

0.0.3

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.2

10 months ago