{items.find((item) => item.value === value)?.label ?? placeholder}
{#each items as item} {/each}