Skip to content

ConfidenceMeter

stable

Labeled confidence gauge with low/moderate/high qualifier

Trust & Provenance/Storybook ↗
import { ConfidenceMeter } from "@nodus/design-system/patterns"
Loading demo…

Props

valuerequired
Type numberDefault

Confidence value from 0 to 1

label
Type stringDefault "Confidence"

Label text above the meter

thresholds
Type { low?: number; high?: number }Default { low: 0.4, high: 0.8 }

Custom thresholds for low/moderate/high qualifier

staleEvidenceAge
Type stringDefault

Human-readable age of underlying evidence (e.g. '4h 12m'). Shows gold stale warning below meter. Does NOT degrade the score.

Metadatasemantictype
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?