📄️ useClickOutside
A custom React hook that listens for clicks outside of a specified element and triggers a callback function.
📄️ useCopyToClipboard
A custom React hook to copy text to the clipboard with feedback.
📄️ useEventListener
A custom React hook for efficiently adding event listeners to elements.
📄️ useHover
A custom hook to track hover state on an element.
📄️ useOnScreen
A custom hook to check if an element is visible within the viewport.
📄️ useOnlineStatus
A custom hook that tracks the online/offline status of the user's network connection.
📄️ usePress
A custom hook to check if an element is being pressed or not.