Created
November 15, 2017 09:26
-
-
Save hectorlorenzo/99e68785c74f14e3037ace71e36edb8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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