react-password-generator-tp
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

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

Name Type Description
ButtonValue string The Text that will be displayed in the button
letters number Define the passoworn letters number
type number Define the password type

Password Types

  • 1: [Numeric]
  • 2: [Text]
  • 3: [Alphanumeric]
  • 4: [Mix - Letters, numbers and symbols]

Use components

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

Package Sidebar

Install

npm i react-password-generator-tp

Weekly Downloads

2

Version

0.1.0

License

MIT

Unpacked Size

39.3 kB

Total Files

13

Last publish

Collaborators

  • dorianm