Skip to content

Instantly share code, notes, and snippets.

@JonathanZWhite
Last active April 23, 2017 22:37
Show Gist options
  • Save JonathanZWhite/b87ca902964def7817ab68d2bfbd8a91 to your computer and use it in GitHub Desktop.
Save JonathanZWhite/b87ca902964def7817ab68d2bfbd8a91 to your computer and use it in GitHub Desktop.
...
function Button(props) {
return (
<input
type="button"
className={css(styles.button)}
value={props.text}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment