Skill Level

Skill card with a violet level badge, XP numerator over denominator, and a gradient progress track.

TypeScript4,320 / 5,000 XP
Lv 7
680 XP to Lv 8

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

Import & use
import { Education10 } from "@/components/beste/piece/education10";

<Education10
  skill="TypeScript"
  level={7}
  xp={4320}
  nextLevelXp={5000}
  tone="neutral"
/>