Skip to content

Instantly share code, notes, and snippets.

@faceyspacey
Created July 12, 2017 21:34
Show Gist options
  • Select an option

  • Save faceyspacey/9dbd040d976de268b87178e37b059a4a to your computer and use it in GitHub Desktop.

Select an option

Save faceyspacey/9dbd040d976de268b87178e37b059a4a to your computer and use it in GitHub Desktop.
codsandbox1.js
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