bootstrap4-show-password

1.0.0 • Public • Published

bootstrap-show-password

Bootstrap 4 show input password when click on icon

Demo URL

include plugin file

<script src="bootstrap-show-password.js"></script>

Example

<div class="input-group">
  <input type="password" name="user_password" id="user_password" class="form-control" data-toggle="password">
  <div class="input-group-append">
    <span class="input-group-text"><i class="fa fa-eye"></i></span>
  </div>
</div>

Package Sidebar

Install

npm i bootstrap4-show-password

Weekly Downloads

63

Version

1.0.0

License

(CC-BY-4.0 AND OFL-1.1 AND MIT)

Unpacked Size

41.7 kB

Total Files

6

Last publish

Collaborators

  • tatwerat_team