Created
July 12, 2017 21:34
-
-
Save faceyspacey/9dbd040d976de268b87178e37b059a4a to your computer and use it in GitHub Desktop.
codsandbox1.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import Tooltip from 'app/components/Tooltip'; | |
| import Switch from 'app/components/Switch'; | |
| <Tooltip | |
| title={isProjectView ? 'Project View' : 'Current Module View'} | |
| position="left" | |
| > | |
| <Switch right={isProjectView} onClick={toggleProjectView} /> | |
| </Tooltip> | |
| </SwitchContainer> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment