Created
September 24, 2019 01:45
-
-
Save kaueDM/8eeb2980625c53b55a02e7517c69a4e0 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
const TextInput = (props) => { | |
return ( | |
<React.Fragment> | |
<Label>{props.label}</Label> | |
<Input {...props} /> | |
</React.Fragment> | |
) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment