Lesson Row

Single lesson entry with a status glyph on the left, title, duration, and padded index on the right.

Composing tokens with Tailwind18 min
03

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

Import & use
import { Education2 } from "@/components/beste/piece/education2";

<Education2
  index={3}
  title="Composing tokens with Tailwind"
  duration="18 min"
  status="current"
/>