Created
June 24, 2018 12:36
-
-
Save santosh-btc/e1e7c2bfbe30f2f71b69d4ee9768f5c0 to your computer and use it in GitHub Desktop.
This file contains 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
<div> | |
<label>First Name</label> | |
<div> | |
<Field | |
name="firstName" | |
component={renderField} | |
type="text" | |
placeholder="First Name" | |
/> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment