Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tfiechowski/d3c37a867ec084729a8e6e5dce76bb24 to your computer and use it in GitHub Desktop.
Save tfiechowski/d3c37a867ec084729a8e6e5dce76bb24 to your computer and use it in GitHub Desktop.
export default function Button({ text, onClick }) {
return <Wrapper onClick={onClick}>{text}</Wrapper>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment