Recovery Score

Overnight HRV score card with a large value, positive status blurb, and a seven-day emerald bar chart.

HRV · overnight
68 msRecovery looks strong

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

Import & use
import { Health25 } from "@/components/beste/piece/health25";

<Health25
  metric="HRV · overnight"
  value="68 ms"
  status="Recovery looks strong"
  history={[
    54,
    58,
    62,
    60,
    66,
    72,
    68
  ]}
  tone="emerald"
/>