Skip to content

Instantly share code, notes, and snippets.

@kaueDM
Created September 24, 2019 01:45
Show Gist options
  • Save kaueDM/8eeb2980625c53b55a02e7517c69a4e0 to your computer and use it in GitHub Desktop.
Save kaueDM/8eeb2980625c53b55a02e7517c69a4e0 to your computer and use it in GitHub Desktop.
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