Trend Delta

Headline value with a signed trend arrow, percentage, and period caption.

$48.2K
+12.4%vs last month

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Stats2 } from "@/components/beste/piece/stats2";

<Stats2
  value="$48.2K"
  delta={12.4}
  period="vs last month"
/>