Skip to content

Instantly share code, notes, and snippets.

@chrisui
Last active March 20, 2017 20:11
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 chrisui/25e652f82d738f23d033af58e9efdd21 to your computer and use it in GitHub Desktop.
Save chrisui/25e652f82d738f23d033af58e9efdd21 to your computer and use it in GitHub Desktop.
function Text(props) {
return <Span color="black" {...props} />
}
const BlueText = withProps({
color: 'blue'
})(Text)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment