Skip to content

Instantly share code, notes, and snippets.

@andrei-cacio
Created March 2, 2019 08:31
Show Gist options
  • Save andrei-cacio/29116167edc72483fae02ac7a4d0589d to your computer and use it in GitHub Desktop.
Save andrei-cacio/29116167edc72483fae02ac7a4d0589d to your computer and use it in GitHub Desktop.
ClickOutside
<ClickOutside onClick=() => 'Close tooltip'>
<span>
A helpful tooltip!
</span>
</ClickOutside>
@murattishkul
Copy link

don't we need to wrap anonymous function in curly braces?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment