8 lines
102 B

<script>
export let value;
export let field;
</script>
<label>
{field} <input bind:value>
</label>