Circular ring showing percent complete next to a course label and a lessons-done caption.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Education3 } from "@/components/beste/piece/education3";
<Education3
completed={14}
total={24}
label="React performance"
/>