Skip to content

Instantly share code, notes, and snippets.

@nahumzs
Last active February 9, 2018 15:44
Show Gist options
  • Save nahumzs/b79ec73ec620b7f19c7d8391f56f42e1 to your computer and use it in GitHub Desktop.
Save nahumzs/b79ec73ec620b7f19c7d8391f56f42e1 to your computer and use it in GitHub Desktop.
medium code embed
const Footer = (props) => {
 const {children} = props;
 return (<div className=”footer”>{children}</div>)
}
<Footer>
<div>... Your Content ...</div>
</Footer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment