Skip to content

Instantly share code, notes, and snippets.

@zackify
Last active August 31, 2017 20:40
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 zackify/6ffca2a0f76ff4f2e3d0534a80ace8e0 to your computer and use it in GitHub Desktop.
Save zackify/6ffca2a0f76ff4f2e3d0534a80ace8e0 to your computer and use it in GitHub Desktop.
return (
<Toggle>
<p toggle>some text you click to toggle</p>
<div on>if on, this renders!</div>
<div off>if off, this renders!</div>
</Toggle>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment