<div class="list-item"
id={`list-item-${key}`} >
<svelte:component this={component}
virtualProps={props}
virtualIndex={index}
virtualLength={length}
/>
</div>