Components · Tactical
FrequencyDisplay
A comms frequency readout for radio surfaces. Digits are LTR-isolated so they never bidi-reorder in an RTL UI, tabular figures keep the value steady, and each state carries a text label as well as colour.
Live in all three modes
Day · Night-NVG · Mono: one component, re-themed through the token layer.
FREQ243.000MHzUHFGUARD
FREQ121.500MHzVHFEMER
FREQ243.000MHzUHFGUARD
FREQ121.500MHzVHFEMER
FREQ243.000MHzUHFGUARD
FREQ121.500MHzVHFEMER
Variants & states
- state: active / guard / emergency / idle
- band label
Tokens used
--semantic-color-status-nominal--semantic-color-status-caution--semantic-color-status-critical--semantic-color-text-primary
Copy-paste
import { FrequencyDisplay } from 'operator-components';
<FrequencyDisplay value={243.0} band="UHF" state="guard" />
<FrequencyDisplay value="121.500" band="VHF" state="emergency" /> Figma: library link coming soon. Gated until it's on sole-owned footing. (TODO: replace with the Community/library URL once published.)