Skip to content

Instantly share code, notes, and snippets.

@emolr
Created October 10, 2017 00:51
Show Gist options
  • Save emolr/9c98ddb91ddd43db8c27c150e6f0dd3e to your computer and use it in GitHub Desktop.
Save emolr/9c98ddb91ddd43db8c27c150e6f0dd3e to your computer and use it in GitHub Desktop.
// Create a new instance
let myWebComponent = document.createElement('my-element');
// Append it to body
document.body.appendChild(myWebComponent);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment