Skip to content

Instantly share code, notes, and snippets.

@KevinVR
Created February 26, 2021 10:44
Show Gist options
  • Save KevinVR/de7635f48504bcafb2407a9cbc0a3812 to your computer and use it in GitHub Desktop.
Save KevinVR/de7635f48504bcafb2407a9cbc0a3812 to your computer and use it in GitHub Desktop.
function MyComponent = ({ headingText }) => {
return <h1>{headingText}</h1>;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment