input-password-validations

0.0.2 • Public • Published

react-native-password-validations

react-native-password-validations A password component for handling different validations

Usage

npm i input-password-validations
import {InputField} from 'input-password-validations';

const MyComponent() {
  return (
    <View>
      <InputField numbers={4} upperCase={3} characters={2} letters={4} />
    </View>
  );
}

Properties

numbers?: number

Specifies the numbers to include


upperCase?: number

Specifies the capital letters to include


characters?: number

Specifies the number of characters to include


letters?: number

Specify the number of letters to include


style?

A React Native style

Package Sidebar

Install

npm i input-password-validations

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

214 kB

Total Files

58

Last publish

Collaborators

  • diegomarcillop