Daily steps card with a gradient progress bar, percent chip, and a distance and calorie footer.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Health4 } from "@/components/beste/piece/health4";
<Health4
steps={8420}
goal={10000}
distance="6.4 km"
kcal="310 kcal"
label="Steps"
tone="emerald"
/>