Skip to content

Instantly share code, notes, and snippets.

@chrismllr
Last active April 24, 2018 16:36
Show Gist options
  • Save chrismllr/133116165612e176bd5c753011aed934 to your computer and use it in GitHub Desktop.
Save chrismllr/133116165612e176bd5c753011aed934 to your computer and use it in GitHub Desktop.
Composing React Components
<Spacing bottom="30px">
<Label>Username</Label>
<TextInput
value={this.state.userName}
onChange={this.updateUsername}
/>
</Spacing>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment