Here is KPI card component
import { KpiCard } from '@/components/ui/kpi-card'; export default function KpiFlat() { return ( <KpiCard label='Active Plans' value={10234} trend='flat' caption='month over month' tone='default' /> ); }
Part of shadcn-extras — browse the full library on 21st.dev.