{#if props.label}
{props.label}
{/if}
{#each props.options ?? [] as opt}
{opt.label}
{/each}