Created
April 8, 2015 16:12
-
-
Save StoneCypher/4a716e7e22040d32e1df to your computer and use it in GitHub Desktop.
this appears to be all you need
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
| render: function () { | |
| return ( | |
| <div className="general"> | |
| <input defaultValue={this.props.title || ""} placeholder="Title" ref="title" type="text" name="title" /> | |
| </div> | |
| ); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment