5 lines
82 B

<script>
export let name;
</script>
<editor bind:textContent={name}></editor>