Skip to main content

Install

npm

Description

The useClickOutside hook allows you to detect clicks outside a specific DOM element and execute a callback function in response. This is useful for closing modal dialogs, dropdown menus, or resetting states when the user interacts outside of a specified UI component boundary.

Parameters

Return Values

Example

useClickOutside.example.tsx