Oxygen saturation ring with the percentage stacked in the center and a pulse note on the side.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Health8 } from "@/components/beste/piece/health8";
<Health8
spo2={98}
pulse={68}
timestamp="Measured just now"
label="SpO₂"
statusLabel="Normal range"
tone="emerald"
/>