<script>
	export let name;
</script>

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