Last active
May 11, 2020 19:02
-
-
Save fchristant/aa9ddc1d621e9492e659fbadbc37eb33 to your computer and use it in GitHub Desktop.
dragon.component.create.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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