Input
Terminal-styled text input with monospace font.
Import
import { Input } from "neoterm-ui";Usage
<Input placeholder="Enter hostname…" /> <Input type="password" />
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| ...rest | InputHTMLAttributes | — | All standard input attributes (type, value, onChange, placeholder, etc.). |