Skip to content

Instantly share code, notes, and snippets.

@vojtatranta
Created December 2, 2016 18:38
Show Gist options
  • Save vojtatranta/a9cbebd742cfd1171cae769ad05a0483 to your computer and use it in GitHub Desktop.
Save vojtatranta/a9cbebd742cfd1171cae769ad05a0483 to your computer and use it in GitHub Desktop.
import classes from './styles'
export default ({ visible }) => {
return (
<div className={visible ? classes.visible : classes.invisible}>This is some text</div>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment