Rank Card

Gold trophy tile beside a #rank-of-total position, a context label, and an emerald percentile flag.

#12of 500
Weekly leaderboardTop 3%

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

Import & use
import { Stats9 } from "@/components/beste/piece/stats9";

<Stats9
  rank={12}
  total={500}
  label="Weekly leaderboard"
  percentile="Top 3%"
  tone="primary"
/>