PasswordInput
InputsAn input field for passwords with visibility toggle.
Preview
Usage
<PasswordInput label="Password" bind:value={password} />Props
| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | The password value. |
| label | string | '' | Label text. |
An input field for passwords with visibility toggle.
<PasswordInput label="Password" bind:value={password} />| Name | Type | Default | Description |
|---|---|---|---|
| value | string | '' | The password value. |
| label | string | '' | Label text. |