Skip to content

Instantly share code, notes, and snippets.

@nokok
Created December 20, 2018 13:18
Show Gist options
  • Save nokok/6cd491d2d4cf258017f73c004721b55a to your computer and use it in GitHub Desktop.
Save nokok/6cd491d2d4cf258017f73c004721b55a to your computer and use it in GitHub Desktop.
React.createElement(
MyButton,
{color: 'blue', shadowSize: 2},
'Click Me'
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment