TrustScoreDisplay
stableComposite trust score display with breakdown by factor (accuracy, recency, source quality, consensus). Score maps to outcome color tokens.
import { TrustScoreDisplay } from "@nodus/design-system/patterns"Props
| Prop | Type | Default | Description |
|---|---|---|---|
scorereq | number | — | Composite trust score 0–1. |
factors | TrustFactor[] | — | Per-factor breakdown with name, score, and weight. |
label | string | — | Display label (default: Trust Score). |
variant | "compact" | "full" | — | compact: single score bar; full: factor breakdown. |
scorerequirednumberDefault —Composite trust score 0–1.
factorsTrustFactor[]Default —Per-factor breakdown with name, score, and weight.
labelstringDefault —Display label (default: Trust Score).
variant"compact" | "full"Default —compact: single score bar; full: factor breakdown.
This component was designed to express:
Explore Related
Labeled confidence gauge with low/moderate/high qualifier
Multi-dimensional certainty visualization. Shows uncertainty fingerprint across epistemic, aleatory, temporal, and consensus dimensions. Distinct from ConfidenceMeter (single-axis).
Inline confidence bar for a single agent output. Renders a colored progress bar with optional numeric label. Color maps to outcome tokens.
Linked chain of data sources showing transformation provenance