Skip to content

Instantly share code, notes, and snippets.

@mdubb86
Created June 22, 2018 02:06
Show Gist options
  • Select an option

  • Save mdubb86/da9d9432c9aab7b8c47a5bd5c4f57b29 to your computer and use it in GitHub Desktop.

Select an option

Save mdubb86/da9d9432c9aab7b8c47a5bd5c4f57b29 to your computer and use it in GitHub Desktop.
Hello World!
<h1 hidden={hidden} disabled={disabled}>Hello {name}!</h1>
{
"name": "world",
"hidden": false,
"disabled": false
}
{
"svelte": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment