{#if story === 'skeleton'}
 
{:else}

Currently, this component does not support items as slots.

items must be an array of objects; mandatory fields are `id` and `text`.

    {'items = Array<{ id: string; text: string; }>'}
  
{/if}