1.0.4 • Published 2 years ago

password-toggler v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Password Toggler

Password toggler is js library for showing inputs password in your website.

Installation

Use the package manager npm to install password toggler.

npm install password-toggler

Usage

import { PasswordToggler } from 'password-toggler';

// Default Option
PasswordToggler.init();

// Override input selectors selector
PasswordToggler.init({
  selectors: 'input.password-toggler',
});

Options

Init Method Supports 1 option and this option is optional

Development

To run this project in development use

Clone the project

  git clone https://github.com/omar-elsayed97/password-toggler.git

Install Packages

  npm install

Start the server

  npm run start

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

FAQ

1- How to run this package in your browser?

there is a chrome extension will be published soon.

Authors

Hi, I'm Omar Elsayed! 👋

I'm a full stack javascript developer...

🛠 Skills

Typescript, Javascript, Angular, Ionic, Nest.js, Node.js, HTML, CSS...

License

MIT

Feedback

If you have any feedback, please reach out to us at challengeromar97@gmail.com

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago