Steps Tracker

Daily steps card with a gradient progress bar, percent chip, and a distance and calorie footer.

Stepsof 10,000
8,42084%
6.4 km310 kcal

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

Import & use
import { Health4 } from "@/components/beste/piece/health4";

<Health4
  steps={8420}
  goal={10000}
  distance="6.4 km"
  kcal="310 kcal"
  label="Steps"
  tone="emerald"
/>