{#if items.length > 0}
{#each items as item (item)}
onClick(item)} title={item} type="button" >
{item}
{/each}
{/if}