Props allow passing data between components.
<script>\nexport let title;\n</script>\n<h1>{title}</h1>
<Component title="Hello Svelte" />