Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BenOsodrac/4233f9c822f70d50aa3235d6eb1dec25 to your computer and use it in GitHub Desktop.
Save BenOsodrac/4233f9c822f70d50aa3235d6eb1dec25 to your computer and use it in GitHub Desktop.
const header = document.createElement('header');
const shadowRoot = header.attachShadow({mode: 'open'});
shadowRoot.innerHTML = '<h1>Hello Shadow DOM</h1>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment