Skip to content

Instantly share code, notes, and snippets.

@gregoryanderson
Created February 11, 2020 03:05
Show Gist options
  • Select an option

  • Save gregoryanderson/39371a4af10c42956a6eb0abb6c52025 to your computer and use it in GitHub Desktop.

Select an option

Save gregoryanderson/39371a4af10c42956a6eb0abb6c52025 to your computer and use it in GitHub Desktop.
Add title
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