0.1.0 • Published 4 years ago

react-password-generator-tp v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React_Password_Generator

Overview

React Module that generates a strong password ready to use in any project, it has already TypeScript support.

Usage

Installation

npm install react-password-generator

Import

import { PasswordGenerator } from "react-password-generator"

Component Props

NameTypeDescription
ButtonValuestringThe Text that will be displayed in the button
lettersnumberDefine the passoworn letters number
typenumberDefine the password type

Password Types

Use components

<PasswordGenerator ButtonValue={'New Password'} letters={6} type={4} />