Skip to content

Instantly share code, notes, and snippets.

@CAYdenberg
Created November 8, 2018 22:52
Show Gist options
  • Save CAYdenberg/c8233bf54e7ca6779d4f1b7270207b2e to your computer and use it in GitHub Desktop.
Save CAYdenberg/c8233bf54e7ca6779d4f1b7270207b2e to your computer and use it in GitHub Desktop.
simple button
const Button = props =>
<button type="button" onclick="{props.onClick}">
{props.children}
</button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment