Skip to content

AgentConfidenceBar

stable

Inline confidence bar for a single agent output. Renders a colored progress bar with optional numeric label. Color maps to outcome tokens.

Agency & Control/Storybook ↗
import { AgentConfidenceBar } from "@nodus/design-system/patterns"
Loading demo…

Props

confidencerequired
Type numberDefault

Confidence value 0–1.

label
Type stringDefault

Optional label rendered beside the bar.

showValue
Type booleanDefault

Show percentage value (default: true).

size
Type "sm" | "md" | "lg"Default

Bar height size (default: md).

Metadatasemanticsemanticoutcomespace
Design Rationale

This component was designed to express:

Explore Related

Was this helpful?