Skip to content

Instantly share code, notes, and snippets.

@Robbie-Cook
Created August 16, 2020 04:48
Show Gist options
  • Select an option

  • Save Robbie-Cook/52a8770d28ffaf73cc275bc9ebceb1d9 to your computer and use it in GitHub Desktop.

Select an option

Save Robbie-Cook/52a8770d28ffaf73cc275bc9ebceb1d9 to your computer and use it in GitHub Desktop.
{
"component": {
"prefix": ["svelte-component"],
"body": [
"<script lang="typescript">",
"",
"</script>",
"",
"<style lang="scss">",
" .c-${1:Component} {",
" }",
"</style>",
"",
"/**",
" * A ${1:Component}.",
" */",
"<div class="c-${1:Component}" />"
],
"description": "Creates a quick svelte component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment