Skip to content

Instantly share code, notes, and snippets.

@Palatnyi
Created June 10, 2018 13:30
Show Gist options
  • Select an option

  • Save Palatnyi/764c13d2c22161adc1e776963cc1653f to your computer and use it in GitHub Desktop.

Select an option

Save Palatnyi/764c13d2c22161adc1e776963cc1653f to your computer and use it in GitHub Desktop.
const Layout({ showModal, showModalUpdater }) {
// ...
return (
<Fragment>
//...
<Modal open={showModal}/>
//...
<Button onClick={showModalUpdater}>Open Modal </Button>
</Fragment>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment