Overnight HRV score card with a large value, positive status blurb, and a seven-day emerald bar chart.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
/>