Skip to content

Instantly share code, notes, and snippets.

@hectorlorenzo
Created November 15, 2017 09:26
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 hectorlorenzo/99e68785c74f14e3037ace71e36edb8d to your computer and use it in GitHub Desktop.
Save hectorlorenzo/99e68785c74f14e3037ace71e36edb8d to your computer and use it in GitHub Desktop.
class CustomHeading extends HTMLElement {
constructor () {}
}
customElements.define('custom-heading', CustomHeading)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment