Skip to content

Instantly share code, notes, and snippets.

@m4tthumphrey
Created May 2, 2014 10:53
Show Gist options
  • Save m4tthumphrey/f869c5b4d107dbf4d854 to your computer and use it in GitHub Desktop.
Save m4tthumphrey/f869c5b4d107dbf4d854 to your computer and use it in GitHub Desktop.
var Toolbox = React.createClass({
render: function() {
return (
<div></div>
);
}
});
React.renderComponent(
<Toolbox number="01234567890" />,
document.getElementById('container')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment