Search results

4 packages found

M
Q
P

The useOutsideClick hook is a React utility that allows you to detect when a user clicks outside a specified element (usually a modal or a dropdown) and trigger a callback when such a click is detected. This can be particularly useful for implementing fea

published 1.0.2 8 months ago
M
Q
P

A React hook for capturing outside click events. The useOutsideClick hook allows you to detect when a user clicks outside of a specific element on your website. It returns a reference to the element, which you can attach to a DOM node using the ref attrib

published 1.0.1 a year ago
M
Q
P

A React hook for detecting click events outside of an element.

published 1.0.1 2 years ago
M
Q
P