Create useClickedOutside
hook
#128
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
We should have a util that makes it easy to detect clicks outside an element. The hook will most likely be used in modal components.
The hook should work with elements from state and RefObjects, a callback function should be called when the element or any of it's descendants are not clicked. The hook shouldn't have any additional properties.
Function signature
Portal example
The text was updated successfully, but these errors were encountered: