LeaderboardTable
A LeaderboardTable component from the Sigil design system.
import { LeaderboardTable } from "@sigil-ui/components";
<LeaderboardTable>...</LeaderboardTable>
| Prop | Type | Default | Description |
|---|
rows | LeaderboardRow[] | — | — |
valueLabel | string | — | — |
title | string | — | — |
showMedals | boolean | true | Show medal icons for top 3. |
| CSS Variable | Purpose |
|---|
--s-radius-card | Radius card |
--s-border-style | Border style |
--s-border | Border |
--s-surface | Surface |
--s-shadow-sm | Shadow sm |
--s-text | Text |
--s-text-muted | Text muted |
--s-duration-fast | Duration fast |
--s-primary-muted | Primary muted |
--s-surface-elevated | Surface elevated |
--s-font-mono | Font mono |
--s-success | Success |