Prescription

Prescription card with a dose line, schedule note, supply bar that flips rose when low, and refill date.

Lisinopril10 mg · 1 tab daily
Morning with food
8 of 30 leftRefill on May 12
Ships from Green Cross Pharmacy

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

Import & use
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"
/>