Skip to content

Instantly share code, notes, and snippets.

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