Stat
FFG-native organization stat — a label with a muted info glyph above a large tabular value.
People reached
48,200
Funds deployed
$1.1M
Installation
pnpm dlx shadcn@latest add @ffg/statUsage
import { Stat } from "@/components/ui/stat";
<Stat label="People reached" value="48,200" />An organization-scoped label/value pair for headline metrics. The value uses
tabular-nums and a normal weight, and colours use foreground /
muted-foreground tokens so it adapts to dark mode.