Input
Pixel-bordered text input with golden focus glow, styled like inventory search fields.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| placeholder | string | — | Placeholder text shown when the input is empty. |
| type | string | "text" | Standard HTML input type (text, search, password, email, etc.). |
| disabled | boolean | false | Disables the input and reduces opacity. |
| className | string | — | Additional CSS classes to apply. |