WebDevSimplified / useful-custom-react-hooks

1.95k stars 687 forks source link

Add useOnOutsideClick hook with it's respective component #24

Closed wajeshubham closed 2 years ago

wajeshubham commented 2 years ago

@WebDevSimplified I have added useOnOutsideClick hook which is useful when implementing modal, dialog, or tooltip components. Also, I have added multiline comments to provide description about function parameter's types and it's return type.

WebDevSimplified commented 2 years ago

This hook is already in the list of hooks in this library.