You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/site/content/examples/hello-world/App.svelte

14 lines
310 B

<h1>Hello {name}!</h1>
<!--
This is a Svelte component. Click 'JS output' in
the output section to see compiled code.
You can interact with this component via your
browser's console - try running the following:
app.name = 'everybody';
You can also update the name via the props
editor on this page.
-->