Skip to content

Instantly share code, notes, and snippets.

@jsmanifest
Created February 20, 2020 05:26
Show Gist options
  • Select an option

  • Save jsmanifest/68f3531de16924f4648ce1d9cb84b47c to your computer and use it in GitHub Desktop.

Select an option

Save jsmanifest/68f3531de16924f4648ce1d9cb84b47c to your computer and use it in GitHub Desktop.
function App() {
return (
<div>
<MyComponent component="div" name="Ralph" gender="male" email="myemailthatineverread@gmail.com">
</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment