Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mannycolon/2eaaf6590346a18008040f79eb77c159 to your computer and use it in GitHub Desktop.
Save mannycolon/2eaaf6590346a18008040f79eb77c159 to your computer and use it in GitHub Desktop.
import React from 'react';
export default function Button({ text }) {
return <button>{text}</button>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment