Course assignment card with a violet file tile, status pill, due date, and attachment count footer.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Education15 } from "@/components/beste/piece/education15";
<Education15
title="Project 2 · State management patterns"
course="CS 401 · Advanced React"
due="Due Apr 30, 23:59"
attachments={3}
status="submitted"
/>Graded assignment card with a color-tinted letter tile, score fraction, and a clipped feedback excerpt.
Course tile with a gradient thumbnail, instructor byline, duration, and an inline progress bar.
ID-card layout with an indigo photo panel on the left and a name, grade, school, and validity footer.
Teacher dashboard tile with a progress bar and three tinted tiles counting submitted, late, and missing.
Quiz outcome card with a trophy tile, pass or fail tint, score fraction, percent, and elapsed time.
Multiple-choice card with a progress bar in the header, stem text, and four lettered option rows.