Skip to content

Instantly share code, notes, and snippets.

@FremyCompany
Created February 5, 2016 07: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 FremyCompany/b476f014668e11c8c991 to your computer and use it in GitHub Desktop.
Save FremyCompany/b476f014668e11c8c991 to your computer and use it in GitHub Desktop.
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