Skip to content

Instantly share code, notes, and snippets.

@corradin
Created February 25, 2018 20:03
Show Gist options
  • Save corradin/95d91ef5709526fcb20700a649b4b40f to your computer and use it in GitHub Desktop.
Save corradin/95d91ef5709526fcb20700a649b4b40f to your computer and use it in GitHub Desktop.
render() {
return (
<button>{this.props.text || 'OK'}</button>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment