Skip to content

Instantly share code, notes, and snippets.

@Siemko
Created November 6, 2017 14:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Siemko/8bd7dd776bd0a9587ad29f12ef2d2998 to your computer and use it in GitHub Desktop.
Save Siemko/8bd7dd776bd0a9587ad29f12ef2d2998 to your computer and use it in GitHub Desktop.
const Greeting = ({ name, ...props }) =>
<div {...props}>Hi {name}!</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment