NERV-UI DOCS
inspection terminal
live
doc.access // online
NERV COMPONENT INSPECTION
route integrity monitored

Input Field

Terminal-style text input with animated bracket decorators [ ] on focus. Shows error or hint text below. Extends all standard HTML input attributes.

[SRC]tsx
1import { InputField } from "@mdrbx/nerv-ui";

Basic Usage

DEFAULTinspection frame
live inspectionframe-01
[]

Color Variants

COLORSinspection frame
live inspectionframe-01
[]
[]
[]

Error State

ERRORinspection frame
live inspectionframe-01
[]
! INVALID CREDENTIALS — ACCESS DENIED

With Hint

HINTinspection frame
live inspectionframe-01
[]
Enter target designation code

Props

PropTypeDefaultDescription
labelstringLabel text with "//" prefix
color"orange" | "green" | "cyan""orange"Input color theme
size"sm" | "md" | "lg""md"Input size
errorstringError message displayed in red
hintstringHint text displayed in muted color
wrapperClassNamestring""Wrapper element CSS classes
...restInputHTMLAttributesAll standard HTML input attributes