Skip to content

Instantly share code, notes, and snippets.

@Jahans3
Created August 2, 2017 21:45
Show Gist options
  • Save Jahans3/254e1b5cf48996c59a4d5e350adf732e to your computer and use it in GitHub Desktop.
Save Jahans3/254e1b5cf48996c59a4d5e350adf732e to your computer and use it in GitHub Desktop.
const SomeOuterComponent = ({ title, children }) => (
<div className="some_outer_class">
<h1>{title}</h1>
{children}
</div>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment