@toujou/toujou-input-password-toggle
v3.0.0
Published
The toujou-input-password-toggle package of toujou ui components
Downloads
7
Readme
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>