Button | Action button | variant, loading, disabled, testId |
Input | Text input | type, placeholder, bind:value |
Toggle | Boolean toggle | checked, label, onchange |
Select | Dropdown select | options, bind:value |
Textarea | Multi-line input | rows, bind:value |
Dropdown | Popover menu | align, bind:open, trigger snippet, children |
DropdownItem | Menu item | href, active, danger |
Modal | Dialog overlay | bind:open, title, children |
ConfirmDialog | Confirmation prompt | bind:open, title, body, confirmLabel, danger, onconfirm |
Tabs | Tab switcher | tabs, bind:active |
Avatar | User/guild icon | src, name, userId, size |
StatTile | Labeled stat display | value, label, color, flash, testId, valueTestId |
RemovableItem | List item with Remove | onremove, children snippet |
ToastContainer | Toast + update banner | updateToast, onreload |
GuildSwitcher | Guild list picker | guilds, activeGuildId, switchingTo, onswitch, ontoggle, open |
Card | Section container | title, footer snippet, children snippet |
PageHeader | Page title bar | title, subtitle, actions snippet |
ChainBreakOverlay | Chain break animation | reads $activeChainBreak |
LiveBadge | WS connection indicator | disabled |
EmptyState | Empty/zero state | icon, title, message |
ErrorState | Load error display | title, message, onretry |
Skeleton | Loading placeholder | width, height, rounded |
NavSkeleton | Full-page nav loading | isAdminRoute |
Sparkline | Mini line chart | values, ariaLabel |
LeaderboardRow | Single leaderboard row | rank, row, isMe, context |
Chart | Chart.js wrapper (line/bar) — dark-theme aware; also handles media compare overlays via stacked datasets | type, data, options |
RelativeTime | Live "N min ago" label that auto-ticks | iso, fallback |
SelectDropdown | Icon-prefixed select (interval / metric pickers) | options, bind:value |
Tooltip | Hover tooltip primitive — accepts useNativeTooltip to opt out of custom rendering | text, useNativeTooltip |
Duration | Human duration (XhYm, max 2 units) | seconds, useNativeTooltip |
OnlineBadge | Admin online-users popover | reads $onlineUsers |