Skip to content

Instantly share code, notes, and snippets.

@ahuggins
Created March 8, 2019 17:07
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 ahuggins/7f33f38f2d9d36fe8d15cdfd9079498b to your computer and use it in GitHub Desktop.
Save ahuggins/7f33f38f2d9d36fe8d15cdfd9079498b to your computer and use it in GitHub Desktop.
<!-- mount() -->
<Foo>
<div>
<div className="fooClass">
<Bar>
<div>
<div className="barClass">
Something here
</div>
</div>
</Bar>
</div>
</div>
</Foo>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment