NeoTerm UI

Input

Terminal-styled text input with monospace font.

Import

import { Input } from "neoterm-ui";

Usage

<Input placeholder="Enter hostname…" />
<Input type="password" />

Props

PropTypeDefaultDescription
...restInputHTMLAttributesAll standard input attributes (type, value, onChange, placeholder, etc.).