Rounds ({rounds.length})
v && onSelect(Number(v))}
variant="outline"
size="sm"
spacing={1}
aria-label="Round"
class="grid w-full! grid-cols-1 gap-1 p-1.5"
>
{#each rounds as r, i (r.round)}
{#if i > 0 && isSideSwitchBefore(r.round)}
{switchLabel(r.round)}
{/if}
{r.round}
{/each}