Skip to content

Instantly share code, notes, and snippets.

@fchristant
Last active May 11, 2020 19:02
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 fchristant/aa9ddc1d621e9492e659fbadbc37eb33 to your computer and use it in GitHub Desktop.
Save fchristant/aa9ddc1d621e9492e659fbadbc37eb33 to your computer and use it in GitHub Desktop.
dragon.component.create.js
let header = document.getElementById("header");
dragon.component.create(header).then(component => {
console.log(component);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment