Password Input
Fundamental component for password inputs.
import { PasswordInput } from "@ngrok/mantle/input";
API Reference
The PasswordInput
accepts the following props in addition to the standard HTML input attributes.
Prop | Type | Default | Description |
---|---|---|---|
onValueVisibilityChange |
| — | Callback for when the visibility of the password value changes. |
showValue | boolean | false | Show/hide the password value as a controlled state |
validation |
| — | Use the The Setting |