Created
January 27, 2015 18:05
-
-
Save dshook/e951ac0db8b1c8cf67d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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