0.1.7 • Published 3 years ago

berkay-password-input v0.1.7

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

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago