Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created July 7, 2019 12:59
Show Gist options
  • Save indreklasn/a05cc142b2b1759108ea2526919001fd to your computer and use it in GitHub Desktop.
Save indreklasn/a05cc142b2b1759108ea2526919001fd to your computer and use it in GitHub Desktop.
// The connectedCallback() runs each time the element is added to the DOM
connectedCallback() {
this.style.border = 'solid 1px #333'
this.style.padding = '10px 20px'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment