Skip to content

UIKeyValue

Default
StatusRunning
Duration3m 42s
Modelclaude-sonnet-4-20250514
Tokens12,345
With custom label width and rich values
StatusActive
PriorityHigh
AssigneeMartin
PropTypeDefaultDescription
itemsArray<{ label: string; value: ReactNode }>requiredKey-value pairs
labelWidthstringFixed width for labels (e.g. "120px")
import { UIKeyValue } from "tango-api";
<UIKeyValue items={[
{ label: "Branch", value: "main" },
{ label: "Commit", value: "abc123" },
]} />