Password
Provides a secure input for entering passwords. Supports visibility toggling and ensures a clear, user-friendly experience.
Example
Props
| Name | Default | Type |
|---|---|---|
modelValue | - | string | null The current value of the password input (v-model) |
value | - | string | null Alternate way to set the password value |
Slots
| Slot | Payload |
|---|---|
prefix | - Content shown before the input field (left icon / custom content) |