Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Last active May 23, 2021 11:18
Show Gist options
  • Save KevinVR/3f5a4b8deaa0b00e7e0e399ca3ac0cb3 to your computer and use it in GitHub Desktop.
Save KevinVR/3f5a4b8deaa0b00e7e0e399ca3ac0cb3 to your computer and use it in GitHub Desktop.
<script>
class MyButton extends HTMLElement {
constructor() {
super();
}
}
customElements.define('my-button', MyButton);
</script>
<my-button></my-button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment