PasswordInput
Input with show/hide toggle for passwords. Supports label, error, and hint — same API as Input.
Usage
tsx
import { PasswordInput } from 'fxui-core';
<PasswordInput label="Password" placeholder="Enter password" />Props
| Prop | Type | Default |
|------|------|---------|
| label | string | — |
| error | string | — |
| hint | string | — |
Extends all <input> HTML attributes (except type).