Skip to content

Instantly share code, notes, and snippets.

@jenshelderweirdt
Created October 29, 2018 20:30
Show Gist options
  • Save jenshelderweirdt/043b3e2b18edbd35432726773fc6853f to your computer and use it in GitHub Desktop.
Save jenshelderweirdt/043b3e2b18edbd35432726773fc6853f to your computer and use it in GitHub Desktop.
$container = document.getElementById("custom-paragraph-containter");
$container.attachShadow({mode: 'open'});
$container.shadowRoot.appendChild((document.getElementById('custom-paragraph').content).cloneNode(true));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment