Skip to content

Instantly share code, notes, and snippets.

@Rich-Harris
Last active November 23, 2016 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Rich-Harris/0ed5146aa22c28410dfcff2050f3d2f8 to your computer and use it in GitHub Desktop.
Save Rich-Harris/0ed5146aa22c28410dfcff2050f3d2f8 to your computer and use it in GitHub Desktop.
Hello world!
<h1>Hello {{name}}!</h1>
<p>This is a Svelte component. Switch to the <strong>output</strong> view to see the generated code.</p>
<p>You can interact with this component via your browser's console – try running the following:</p>
<pre><code>
component.set({ name: 'everybody' });
</code></pre>
{
"name": "world"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment