Skip to content

Instantly share code, notes, and snippets.

@fab1an
Last active April 8, 2016 13:58
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 fab1an/a756804d65e3314a602becb28a5f5d54 to your computer and use it in GitHub Desktop.
Save fab1an/a756804d65e3314a602becb28a5f5d54 to your computer and use it in GitHub Desktop.
class App extends React.Component {
render() {
const $ = this.props
return (
<div>
<Box {...$.box1} />
<Box {...$.box2} />
</div>
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment