Last active
April 24, 2018 16:35
-
-
Save chrismllr/76d0ce00ddf547a5f308cb2c3375792f to your computer and use it in GitHub Desktop.
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
<Input | |
shouldShowLabel={false} | |
// labelText="Username" - Don't need this anymore | |
value={this.state.username} | |
style={{ marginBottom: '30px' }} | |
onChange={this.updateUsername} | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment