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.html

14 lines
304 B

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