📄️ useClickOutside
Trigger a callback when a click or touch occurs outside an element.
📄️ useCopyToClipboard
Copy text to the clipboard with success and error feedback.
📄️ useEventListener
Efficiently add event listeners to window, document, or elements.
📄️ useHover
Track whether an element is currently being hovered.
📄️ useOnScreen
Detect whether an element is visible within the viewport.
📄️ useOnlineStatus
Track the online/offline status of the user's network connection.
📄️ usePress
Track whether an element is currently being pressed.