<script> export let name; </script> <input bind:value={name}> <p>hello {name}</p>