Course Card

Course tile with a gradient thumbnail, instructor byline, duration, and an inline progress bar.

24 lessons
Design systems for shipping teams
Beste Sözen6h 42m
58%

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

Import & use
import { Education1 } from "@/components/beste/piece/education1";

<Education1
  title="Design systems for shipping teams"
  instructor="Beste Sözen"
  lessons={24}
  hours="6h 42m"
  progress={58}
  tone="ocean"
/>