Created
February 11, 2020 03:05
-
-
Save gregoryanderson/39371a4af10c42956a6eb0abb6c52025 to your computer and use it in GitHub Desktop.
Add title
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() { | |
| return ( | |
| <section className="form"> | |
| <form> | |
| <Title>Content Maker</Title> | |
| <section className="form-section"> | |
| <label htmlFor="title">Title</label> | |
| <input | |
| type="text" | |
| name="title" | |
| value={this.state.title} | |
| onChange={this.handleChange} | |
| /> | |
| </section> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment