Skip to content

Instantly share code, notes, and snippets.

@MariusBongarts
Created August 14, 2023 07:25
Show Gist options
  • Save MariusBongarts/be8c916dbd4291c4504a8205a0a24a5a to your computer and use it in GitHub Desktop.
Save MariusBongarts/be8c916dbd4291c4504a8205a0a24a5a to your computer and use it in GitHub Desktop.
class MyWebComponent extends HTMLElement {...}
window.customElements.define('my-web-component', MyWebComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment