Skip to content

Instantly share code, notes, and snippets.

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