berkay-password-input
TypeScript icon, indicating that this package has built-in type declarations

0.1.7 • Public • Published

Password Input (Generated via Stencil)

Password visibility can be changed with the icon toggle. You can add as a custom web component by following the documentation of the framework that you are using.

Password Input Visibility

Inputs:

value: input value

placeholder: input placeholder

appearence: standard || fill || outline

color: default || primary || warning || danger

Outputs:

valuechange: Emits the value whenever it changes.

Styling:

Password Input Types

Vue3 Example:

<password-input @valuechange="onValueChange" :value="passwordVal" appearence="outline" color="primary" placeholder="password field"></password-input>

Dependents (0)

Package Sidebar

Install

npm i berkay-password-input

Weekly Downloads

2

Version

0.1.7

License

MIT

Unpacked Size

305 kB

Total Files

43

Last publish

Collaborators

  • berkayyy