Skip to content

KPI Card (Universal)

ManpowerHub metric card with trend indicator for Expo and React Native Web.

Metric card with value, optional icon, and trend indicator. Works on iOS, Android, and web from one codebase.

Install the native ManpowerHub theme first, then add the KPI card:

pnpm dlx @react-native-reusables/cli@latest add http://localhost:4321/r/native-manpowerhub-kpi.json

This item pulls in:

import { KpiCard } from "@/components/ui/kpi-card";
export function DashboardKpis() {
return (
<KpiCard
label="Active deployments"
value="128"
trend="+12% vs last month"
trendDirection="up"
/>
);
}

For Vite microfrontends, use KPI Card (web) with shadcn@latest add @woxcn/manpowerhub-kpi.