password-entry-library
v0.1.0
Published
A reusable password entry component with validation built using React and Styled Components
Downloads
5
Readme
Password Entry Library
This is a reusable password entry component built using React and Styled Components. It includes validation for:
- Minimum length of 6 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character
Installation
npm install password-entry-library