/react-outside-click-hook

A React hook to detect clicks outside of an element. Returns a ref and a boolean indicating if clicked outside. Useful for modals, dropdown menus, and other UI components that need to be hidden when clicked outside.

Primary LanguageTypeScript

Stargazers