TogglePassword Input Field
v1.0.0A password field with a toggle to show or hide the text.
Interactive Implementation
Click the icon to toggle password visibility.
Properties API
All available props for this component.
Property | Type | Default | Description |
|---|---|---|---|
| value | string | required | The controlled baseline text string buffer managed across the visibility transformation layer. |
| onChange | (value: string) => void | required | Callback triggered dynamically upon downstream keystroke input changes. |
| variant | "default" | "filled" | "default" | Alters background node canvas depth structures and focus ring border variables. |
| placeholder | string | "Enter password..." | Dull textual masking string rendered whenever the reactive context input field remains clear. |