Skip to content

Instantly share code, notes, and snippets.

@benjamindenboer
Created November 20, 2018 14:47
Show Gist options
  • Save benjamindenboer/fb8726264d40f8ea689ff58b200fe14c to your computer and use it in GitHub Desktop.
Save benjamindenboer/fb8726264d40f8ea689ff58b200fe14c to your computer and use it in GitHub Desktop.
render() {
return (
<div style={{ ...style, background: this.props.fill }}>
{this.props.text}
</div>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment