{label.fieldName}
{value.field}
// plain value // OR{label.subtitle} ({count})
``` #### B. Summary Row ``` Container: grid grid-cols-1 sm:grid-cols-3 gap-4 ────────────────────────────────────────────────── ┌─────────────────────┐ │ [IconBox] {value} │ ← flex items-center gap-3 │ {label} │ ← value: text-2xl font-bold └─────────────────────┘ label: text-xs text-muted-foreground ``` **Stat card pattern:** ```jsx{value}
{label}