jb-password-input-react
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

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:

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:

/jb-password-input-react/

    Package Sidebar

    Install

    npm i jb-password-input-react

    Weekly Downloads

    1

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    443 kB

    Total Files

    24

    Last publish

    Collaborators

    • javadbat