Skip to content

Instantly share code, notes, and snippets.

@dshook
Created January 27, 2015 18:05
Show Gist options
  • Select an option

  • Save dshook/e951ac0db8b1c8cf67d5 to your computer and use it in GitHub Desktop.

Select an option

Save dshook/e951ac0db8b1c8cf67d5 to your computer and use it in GitHub Desktop.
var React = require('react');
module.exports = React.createClass({
render: function() {
return (
<div className="Bio" id="hi">
<p className="Bio-text">{this.props.text}</p>
</div>
)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment