Skip to content

Instantly share code, notes, and snippets.

@samueljmurray
Created August 30, 2017 15:30
Show Gist options
  • Select an option

  • Save samueljmurray/c357aad47bcfe7b3b18145829fd6d02d to your computer and use it in GitHub Desktop.

Select an option

Save samueljmurray/c357aad47bcfe7b3b18145829fd6d02d to your computer and use it in GitHub Desktop.
Component using form styles
/* MyComponent.js */
import formStyles from "formStyles";
class MyComponent extends React.Component {
render() {
return (
// ...
<TextInput style={formStyles.textInput} />
// ...
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment