Skip to content

Instantly share code, notes, and snippets.

@cellog
Created March 21, 2017 03:55
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 cellog/e2588f9daf17bc84bcc3755f700372cb to your computer and use it in GitHub Desktop.
Save cellog/e2588f9daf17bc84bcc3755f700372cb to your computer and use it in GitHub Desktop.
Using the about toggle
import AboutToggle from './AboutToggle.jsx'
const About = () => <div>About things</div>
export const () => (
<AboutToggle component={About} />
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment