{#each Array(paddingCount) as _}
{/each} {#each items as item, i}
scrollToIndex(i)} class="w-full snap-center flex items-center justify-center transition-all duration-150 {i === selectedIndex ? 'text-white text-2xl font-bold' : 'text-gray-500 text-lg font-medium opacity-60'}" style="height: {itemHeight}px" > {item.label}
{/each} {#each Array(paddingCount) as _}
{/each}