Leaderboard

Top-three ranking card with gold, silver, and bronze medal circles next to names and monospaced scores.

Top performers
Ada L.12,840
Marcus R.10,320
Priya S.8,960

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

Import & use
import { Dashboard11 } from "@/components/beste/piece/dashboard11";

<Dashboard11
  title="Top performers"
  entries={[
    {
      "name": "Ada L.",
      "score": "12,840"
    },
    {
      "name": "Marcus R.",
      "score": "10,320"
    },
    {
      "name": "Priya S.",
      "score": "8,960"
    }
  ]}
/>