1
0
mirror of https://github.com/nolanlawson/pinafore synced 2025-01-21 01:13:49 +01:00
Pinafore-Web-Client-Frontend/routes/_components/list/ListItem.html
2018-06-10 19:49:39 -07:00

9 lines
210 B
HTML

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