Components · Form & Input
A password field with a built-in toggle to reveal or hide the entered value.
import { Password Input } from '@nexub/react';| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| placeholder | string | — | — | Placeholder text shown when the field is empty. |
| invalid | boolean | — | — | Applies error styling to indicate a validation failure. |
| disabled | boolean | — | — | Disables the input. |
| size | 'sm' | 'md' | 'lg' | — | — | Controls font size and padding. |