svelte/test/hydration/samples/binding-input/main.html

2 lines
46 B

<input bind:value={name}>
<p>Hello {name}!</p>