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

Segment Display

7-segment LCD countdown display inspired by the iconic NERV ACTIVE TIME REMAINING timer. Features authentic segment rendering, color-shift on critical threshold, and blinking colon separators.

[i]ANIME REFERENCE

Based on the large orange/red countdown displays showing EVA internal battery remaining time. The display shifts from orange to red as time runs out.

Default Countdown

inspection frame
live inspectionframe-01
ACTIVE TIME REMAINING
INTERNAL — MAIN ENERGY SUPPLY SYSTEM

Sizes

inspection frame
live inspectionframe-01
SMALL
MEDIUM
LARGE

Color Variants

inspection frame
live inspectionframe-01
ORANGE
GREEN
CYAN
RED

Critical Threshold

When countdown reaches the threshold (default 60s), the display automatically turns red:

inspection frame
live inspectionframe-01
CRITICAL — BATTERY LOW

Props

PropTypeDefaultDescription
valuenumber0Value in seconds (countdown) or raw number
countdownbooleanfalseAuto-decrement every second
format'H:MM:SS' | 'MM:SS' | 'SS' | 'raw''H:MM:SS'Display format
digitsnumberFixed digit count for raw mode
color'orange' | 'red' | 'green' | 'cyan''orange'Base color
criticalThresholdnumber60Seconds threshold for red color shift
labelstringTop label text
subLabelstringBottom sub-label text
size'sm' | 'md' | 'lg' | 'xl''lg'Size preset
blinkSeparatorbooleantrueBlink the colon separators
onComplete() => voidCalled when countdown reaches zero