Skip to content

Instantly share code, notes, and snippets.

@chrismllr
Last active April 24, 2018 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrismllr/ab2700325ec9b4225a822b9ce27e9962 to your computer and use it in GitHub Desktop.
Save chrismllr/ab2700325ec9b4225a822b9ce27e9962 to your computer and use it in GitHub Desktop.
<Input
shouldShowLabel={false}
// labelText=”Username” - Still don't need this
value={this.state.username}
inputStyle={{ padding: ‘12px’ }}
wrapperStyle={{ marginBottom: ‘30px’ }}
onChange={this.updateUsername}
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment