Blood Pressure

BP reading pairing systolic over diastolic with a status pill and a color-dotted legend beneath.

Blood pressure
Normal
118/76mmHg
Measured at 08:42

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

Import & use
import { Health2 } from "@/components/beste/piece/health2";

<Health2
  systolic={118}
  diastolic={76}
  status="normal"
  measured="Measured at 08:42"
  label="Blood pressure"
  tone="sky"
/>