Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save joehonton/73a7797ade75bfe5cb7cb063cdf1c1bf to your computer and use it in GitHub Desktop.
Save joehonton/73a7797ade75bfe5cb7cb063cdf1c1bf to your computer and use it in GitHub Desktop.
defining a custom element
customElements.define('my-component', MyCustomComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment