Prescription card with a dose line, schedule note, supply bar that flips rose when low, and refill date.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Health28 } from "@/components/beste/piece/health28";
<Health28
medication="Lisinopril"
dose="10 mg · 1 tab daily"
schedule="Morning with food"
pharmacy="Green Cross Pharmacy"
refill="Refill on May 12"
remaining={8}
total={30}
tone="violet"
/>