Assignment Stats

Teacher dashboard tile with a progress bar and three tinted tiles counting submitted, late, and missing.

Midterm essayDue Thu 24 Apr · 23:59
79%
142Submitted
8Late
30Missing
180 students in cohort

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

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