Overnight sleep card with a score pill, stacked stage bar, and a four-column stage breakdown.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Health7 } from "@/components/beste/piece/health7";
<Health7
totalHours="7h 41m"
score={86}
stages={[
{
"label": "Awake",
"minutes": 18,
"class": "bg-rose-400",
"text": "text-rose-500"
},
{
"label": "Light",
"minutes": 240,
"class": "bg-sky-400",
"text": "text-sky-500"
},
{
"label": "Deep",
"minutes": 95,
"class": "bg-indigo-500",
"text": "text-indigo-500"
},
{
"label": "REM",
"minutes": 108,
"class": "bg-violet-500",
"text": "text-violet-500"
}
]}
label="Sleep"
tone="violet"
/>Sleep planner card bracketing bedtime and wake times with sunset and sunrise icons and a consistency bar.
Overnight HRV score card with a large value, positive status blurb, and a seven-day emerald bar chart.
Prescription card with a dose line, schedule note, supply bar that flips rose when low, and refill date.
Mood log card with a big emoji for today and a seven-day row of color-keyed tiny face tiles.
Daily check-in card summarizing heart, temperature, blood pressure, and SpO2 in a 2ร2 tile grid.
Resting bpm card with a pulsing heart tile, large value, and a mini ECG trace underneath.