Skip to content

Instantly share code, notes, and snippets.

@srph
Last active July 24, 2018 21:38
Show Gist options
  • Select an option

  • Save srph/6d24e68b94e40c4cc9ad44156cb239dd to your computer and use it in GitHub Desktop.

Select an option

Save srph/6d24e68b94e40c4cc9ad44156cb239dd to your computer and use it in GitHub Desktop.
<MyPopover open={this.state.open}
onOpen={this.handleOpen}
onClose={this.handleClose}
renderButton={<button>Click!</button>}>
<h1>My Popover!!</h1>
</MyPopover>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment