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

Card

Concise NERV frame for structural panels and footage-style plaques. variant controls the palette, while rounded controls whether the frame stays rigid or leans into the softer camera-overlay treatment.

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

Default Variant

DEFAULTinspection frame
live inspectionframe-01
SYSTEM
PILOT STATUS
SYNC CHANNEL // CAGE-03
Name: IKARI, SHINJI
Unit: EVA-01 TEST TYPE
Sync Rate: 41.3%
Status: STANDBY

Alert Variant

ALERTinspection frame
live inspectionframe-01
PATTERN BLUE
CRITICAL ALERT
TARGET DESIGNATION // 5TH ANGEL
Codename: RAMIEL
A.T. Field strength: IMMEASURABLE
Countermeasure: LONG-RANGE FIRE
TIMESTAMP: 2015-06-22T14:22:07Z

HUD Variant

Translucent version for overlays, while staying angular unless rounded is explicitly enabled.

HUDinspection frame
live inspectionframe-01
OVERLAY
VISUAL STATUS
PASSIVE SCAN // OPTICAL LINK
Mode: PASSIVE SCAN
A.T. Field: NOMINAL
Visibility: 82%

Video Variant

video is only a palette. It gives the orange footage-style treatment without changing the geometry of the card.

VIDEOinspection frame
live inspectionframe-01
SUBJECT : FIFTH C.
KAWORU NAGISA
ENTRY PLUG 03 PILOT // FOURTH CHILD
CAMERA NO.012 LEFT // MAGNIFICATION : x05

Rounded Option

rounded is a pure shape option. It can be enabled on any palette, including the default structural one.

ROUNDEDinspection frame
live inspectionframe-01
SYSTEM
HARMONICS LOCK
SUBJECT : FIFTH C. SYNC CHANNEL // CAGE-03
Pattern: BLUE
Signal integrity: 93%
Operator: MAGI-2
CAMERA NO.012 LEFT // SIGNAL HELD

Without Title

NO HEADERinspection frame
live inspectionframe-01

Minimal card — no header, just payload and a single footer line.

AUXILIARY CHANNEL

Props

PropTypeDefaultDescription
titleReactNodeMain header title
eyebrowReactNodeSmall line above the title
subtitleReactNodeSupporting line below the title
childrenReactNodeMain content
footerReactNodeFooter content
variant"default" | "alert" | "hud" | "video""default"Palette for the frame and typography
roundedbooleanfalseWhether the outer frame uses rounded corners
cutSizenumber20Legacy compatibility prop retained for older usages
classNamestring""Additional CSS classes
[i]PALETTE VS SHAPE

variant="video" only changes the palette. rounded only changes the outer shape. They can be used independently or together.

[!]USE ROUNDED SPARINGLY

Keep most structural shells angular. Turn on rounded when the card should feel attached to footage, tracking, or a subject lockup.