3.0.0 • Published 5 months ago

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

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months 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

5 months ago

2.0.23

9 months ago

2.1.0

7 months ago

2.0.18

10 months ago

2.0.6

1 year ago

2.0.5

1 year ago