Skip to content

Instantly share code, notes, and snippets.

@NishuGoel
Created December 25, 2019 11:15
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 NishuGoel/5dbf4e06ae7a236e77f5f2a12462c5bd to your computer and use it in GitHub Desktop.
Save NishuGoel/5dbf4e06ae7a236e77f5f2a12462c5bd to your computer and use it in GitHub Desktop.
export class myWebComp extends LitElement {
render() {
return html `<div>text here</div>`
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment