Learning Streak

Streak card with a flame badge, seven-day dot grid, and an encouraging caption underneath.

14
14-day streakShow up tomorrow to keep it alive.

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

Import & use
import { Education9 } from "@/components/beste/piece/education9";

<Education9
  days={14}
  caption="Show up tomorrow to keep it alive."
  week={[
    "done",
    "done",
    "done",
    "missed",
    "done",
    "today",
    "future"
  ]}
  tone="orange"
/>