Skip to content

Instantly share code, notes, and snippets.

@mrcthms
Created July 31, 2020 08:17
Show Gist options
  • Save mrcthms/78b022014b3dd336f3257167321c07d5 to your computer and use it in GitHub Desktop.
Save mrcthms/78b022014b3dd336f3257167321c07d5 to your computer and use it in GitHub Desktop.
function C() {
return (
<>
<Tooltip {...props } />
<button>I am an entirely different element that when clicked will open the Tooltip</button>
</>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment