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}
/>Course metadata strip summarizing student count, star rating, and last updated in a three-column grid.
Course assignment card with a violet file tile, status pill, due date, and attachment count footer.
Graded assignment card with a color-tinted letter tile, score fraction, and a clipped feedback excerpt.
Quiz outcome card with a trophy tile, pass or fail tint, score fraction, percent, and elapsed time.
Course tile with a gradient thumbnail, instructor byline, duration, and an inline progress bar.
Resume-the-lesson banner with a play tile, eyebrow label, title, time remaining, and a Resume button.