Weekly syllabus where completed weeks get an emerald W tile and their titles are struck through.
The import and the props worth knowing about, in one place.
import { Education23 } from "@/components/beste/piece/education23";
<Education23
courseTitle="CS 401 · Syllabus"
weeks={[
{
"week": 1,
"title": "Fundamentals of composition",
"done": true
},
{
"week": 2,
"title": "State & reactivity",
"done": true
},
{
"week": 3,
"title": "Hooks in depth",
"done": true
},
{
"week": 4,
"title": "Performance patterns"
},
{
"week": 5,
"title": "Server components"
}
]}
/>Course tile with a gradient thumbnail, instructor byline, duration, and an inline progress bar.
Single lesson entry with a status glyph on the left, title, duration, and padded index on the right.
Ranked student list with rank digits, avatar initials, and emerald score pills on the right.
Resume-the-lesson banner with a play tile, eyebrow label, title, time remaining, and a Resume button.