{title}
{#if showAll}
See all
{/if}
{#each items as item (item.id)}
onItemClick?.(item)} onLongPress={onItemLongPress ? () => onItemLongPress(item) : undefined} /> {/each}
{#if showLeftArrow}
{/if} {#if showRightArrow}
{/if}