Top-three ranking card with gold, silver, and bronze medal circles next to names and monospaced scores.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
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"
}
]}
/>