Created
February 5, 2016 07:02
-
-
Save FremyCompany/b476f014668e11c8c991 to your computer and use it in GitHub Desktop.
An extended version of https://jsbin.com/tebevak/edit?js,output
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
const element = dom.div.id("main-content").role("main")` | |
Hello, my name is ${html.a.href('//jakearchibald.com')`Jake Archibald`}. | |
I like: | |
${dom.ul` | |
${dom.li`The web`} | |
${dom.li`Food`} | |
${dom.li`…actually that's it`} | |
`} | |
`; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment