Skip to content

Instantly share code, notes, and snippets.

@jenshelderweirdt
Created October 29, 2018 20:47
Show Gist options
  • Save jenshelderweirdt/d9b07ce3eec1e4fe63efb44229441c2f to your computer and use it in GitHub Desktop.
Save jenshelderweirdt/d9b07ce3eec1e4fe63efb44229441c2f to your computer and use it in GitHub Desktop.
class MyCustomParagraph extends HTMLElement {
constructor() {
super();
}
//all the properties and methods
}
window.customElements.define('my-custom-paragraph', MyCustomParagraph);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment