Skip to content

Instantly share code, notes, and snippets.

@thiagoa
Last active November 23, 2016 10:30
Show Gist options
  • Save thiagoa/8da6a601d5cb9435dc4ae5162fcb74b5 to your computer and use it in GitHub Desktop.
Save thiagoa/8da6a601d5cb9435dc4ae5162fcb74b5 to your computer and use it in GitHub Desktop.
export default function mountComponent(opts) {
const containerNode = opts.containerNode;
containerNode.innerHTML = `
<div class="tweet"><p>Hi @dude!</p></div>
<div class="tweet"><p>Pizza!</p></div>
`;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment