Skip to content

Instantly share code, notes, and snippets.

@nikolalsvk
Created October 26, 2019 19:20
Show Gist options
  • Save nikolalsvk/69d78b6eed6e404842aa9c663cebecd6 to your computer and use it in GitHub Desktop.
Save nikolalsvk/69d78b6eed6e404842aa9c663cebecd6 to your computer and use it in GitHub Desktop.
<script>
export let name;
</script>
<style>
h1 {
color: #FF3E00;
}
</style>
<h1>Hello {name}!</h1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment