Skip to content

Instantly share code, notes, and snippets.

@jmlavoier
Created September 29, 2017 01:40
Show Gist options
  • Save jmlavoier/3051f93455504d47ebbd773130a01924 to your computer and use it in GitHub Desktop.
Save jmlavoier/3051f93455504d47ebbd773130a01924 to your computer and use it in GitHub Desktop.
const Button = ({ description }) => {
return React.createElement('button', null, description);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment