0.1.7 • Published 2 years ago

berkay-password-input v0.1.7

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

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>
0.1.7

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago