MCPcopy Create free account
hub / github.com/Zleap-AI/SAG / MetricChip

Function MetricChip

web/src/components/ProjectGraphFlow.tsx:637–644  ·  view source on GitHub ↗
({ label, value }: { label: string; value: number })

Source from the content-addressed store, hash-verified

635}
636
637function MetricChip({ label, value }: { label: string; value: number }) {
638 return (
639 <div className="rounded-md border border-border bg-muted/40 px-2 py-1">
640 <span className="text-xs text-muted-foreground">{label}</span>
641 <span className="ml-1 text-sm font-semibold">{value}</span>
642 </div>
643 );
644}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected