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.
Installation
Section titled “Installation”Install the native ManpowerHub theme first, then add the KPI card:
Dependencies
Section titled “Dependencies”This item pulls in:
- native-manpowerhub-theme
- RNR Text (upstream)
lucide-react-native
import { KpiCard } from "@/components/ui/kpi-card";
export function DashboardKpis() { return ( <KpiCard label="Active deployments" value="128" trend="+12% vs last month" trendDirection="up" /> );}Web equivalent
Section titled “Web equivalent”For Vite microfrontends, use KPI Card (web) with shadcn@latest add @woxcn/manpowerhub-kpi.