Skip to content

Instantly share code, notes, and snippets.

@engineersamuel
Created January 6, 2016 13:36
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 engineersamuel/74bff04eddc2e8cb3b1d to your computer and use it in GitHub Desktop.
Save engineersamuel/74bff04eddc2e8cb3b1d to your computer and use it in GitHub Desktop.
render
render() {
return <div className="isotope" ref="isotopeContainer">
<div className="element-item-sizer"></div>
{this.props.children}
</div>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment