Last active
April 24, 2018 16:36
-
-
Save chrismllr/133116165612e176bd5c753011aed934 to your computer and use it in GitHub Desktop.
Composing React Components
This file contains hidden or 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
<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