Skip to content

Instantly share code, notes, and snippets.

@Robbie-Cook
Last active August 16, 2020 04:51
Show Gist options
  • Select an option

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

Select an option

Save Robbie-Cook/d98fcceb6a4f0acda8a1bfca791e90e3 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}\">",
"",
"</div>"
],
"description": "Creates a quick svelte component"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment