3 lines
80 B

{#each items as item}
<div><input bind:value={item}><p>{item}</p></div>
{/each}