Status Stamp
Full-screen status stamp overlay inspired by the REFUSED, LOST, and VANISHED displays from NERV command center screens. Used for dramatic system status notifications.
Based on the large rotated text stamps seen throughout the series when systems are rejected, signals are lost, or targets vanish from sensors.
The bordered variants of StatusStamp now use the same camera-overlay plaque language as PatternAlert and PilotCard. See Camera Overlay Grammar for the distinction between these rounded alert plates and the base panel system.
Default (Single Stamp)
Overlay Intent
The unbordered version still behaves like raw typographic alarm text. The bordered and double-bordered variants move into the camera-overlay family: softer rounded plates, layered outlines, and a more “captured signal” treatment than the rest of the UI.
Inline stamps now auto-size to their content instead of reserving a large fixed block. For compact layouts such as reports, drawers, or approval rails, size the parent container instead of compensating for the component itself.
Bordered Variant
Blink Variant
Repeating Grid Pattern
Color Variants
Double Bordered
Anime-accurate double-outline frame for maximum impact.
With Subtitle
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| text* | string | — | The status text to display |
| visible | boolean | true | Whether the stamp is visible |
| color | 'red' | 'green' | 'orange' | 'cyan' | 'magenta' | 'red' | Color theme |
| rotation | number | -12 | Rotation angle in degrees |
| repeat | boolean | false | Whether the text repeats in a grid pattern |
| repeatRows | number | 3 | Number of rows when repeat is true |
| repeatCols | number | 2 | Number of columns when repeat is true |
| subtitle | string | — | Optional subtitle text |
| bordered | boolean | false | Whether to show a border frame |
| doubleBordered | boolean | false | Creates anime-accurate double-outline frame (implies bordered) |
| fullScreen | boolean | false | Full-screen overlay mode |
| blink | boolean | false | Pulses the stamp on and off for alarm-like states |