Player Spotlight

stable

Featured player Card with large Avatar, season stats, and shadcn Progress bars. Use to anchor a homepage or a club page.

Live Preview
RT
Ryan Thompson
Forward · Charlotte FC
PremiershipTop Scorer
14
Goals
7
Assists
18
Games
Season Performance
2025–26 CPSL Premiership · Match Day 18
Shooting Accuracy72%
Pass Completion84%
Dribble Success61%
Aerial Duels Won55%
Distance Covered88%
1,530
Mins Played
2
Yellow Cards
0
Red Cards
Man of the Match
tsx
<PlayerSpotlight
  name="Ryan Thompson"
  position="Forward"
  club="Charlotte FC"
  initials="RT"
  color="#697279"
  goals={14}
  assists={7}
  games={18}
  badges={[
    { label: "Premiership", variant: "premier" },
    { label: "Top Scorer",  variant: "gold"    },
  ]}
  stats={[
    { label: "Shooting Accuracy", value: 72, color: "#697279" },
    { label: "Pass Completion",   value: 84, color: "#697279" },
  ]}
/>
Props
PropTypeDefaultDescription
name*stringPlayer's full name.
position*stringPosition label (e.g. "Forward").
club*stringClub name.
initials*stringTwo-letter avatar initials.
color*stringAvatar tint hex.
goals*numberGoal count.
assists*numberAssist count.
games*numberGames played.
badgesPlayerBadge[]Status pills shown under the name.
statsPerformanceStat[]Progress-bar stats shown in the body.
miniStatsMiniStat[]Small KPI tiles shown at the bottom.
seasonstringSeason label.
competitionstringCompetition label.
matchDaynumberCurrent match-day number.