3.0.0 • Published 2 years ago

@toujou/toujou-input-password-toggle v3.0.0

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

Toujou Input Password Toggle

Web Component for toggling the visibility of the entered password using <input type="password" />

Installation

  npm install @toujou/toujou-input-password-toggle

Usage

<toujou-input-password-toggle>
    <input id="input" type="password" slot="input" />
    <span id="show_button" class="fa fa-fw fa-eye" slot="show-password-button"></span>
    <span id="hide_button" class="fa fa-fw fa-eye-slash" slot="hide-password-button"></span>
</toujou-input-password-toggle>
3.0.0

2 years ago

2.0.23

2 years ago

2.1.0

2 years ago

2.0.18

2 years ago

2.0.6

2 years ago

2.0.5

2 years ago