SpO2 Reading

Oxygen saturation ring with the percentage stacked in the center and a pulse note on the side.

98%
SpO₂Normal rangePulse 68 bpmMeasured just now

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

Import & use
import { Health8 } from "@/components/beste/piece/health8";

<Health8
  spo2={98}
  pulse={68}
  timestamp="Measured just now"
  label="SpO₂"
  statusLabel="Normal range"
  tone="emerald"
/>