Skip to content

Instantly share code, notes, and snippets.

@xcoderzach
Created January 11, 2017 19:00
Show Gist options
  • Save xcoderzach/5621f6aad9450b4f830c70bb7090affc to your computer and use it in GitHub Desktop.
Save xcoderzach/5621f6aad9450b4f830c70bb7090affc to your computer and use it in GitHub Desktop.
export default (props) => {
<FieldContainer>{{
label: <Label>{props.label}</Label>,
input: <Input />
}}</FieldContainer>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment