Teacher dashboard tile with a progress bar and three tinted tiles counting submitted, late, and missing.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Education28 } from "@/components/beste/piece/education28";
<Education28
title="Midterm essay"
dueLabel="Due Thu 24 Apr · 23:59"
submitted={142}
total={180}
late={8}
missing={30}
/>