Skip to content

Instantly share code, notes, and snippets.

@fchorney
Forked from anonymous/AppRefresh.js
Created November 15, 2016 20:03
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 fchorney/a2d2b0323344c1ac626323ddb1e91f5c to your computer and use it in GitHub Desktop.
Save fchorney/a2d2b0323344c1ac626323ddb1e91f5c to your computer and use it in GitHub Desktop.
render() {
return (
<div>
<Modal
style={{
overlay: {
backgroundColor: 'trashcolor'
},
content: {
color: 'extratrashcolor'
}
}}
/>
<Button
text="Refresh"
onClick={this.openModal}
disabled={this.props.isFetching}
/>
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment