SSE Hooks

useClickAnyWhere

Custom hook that handles click events anywhere on the document.

Installation

npx sse-tool add use-click-any-where

Usage

import { useClickAnyWhere } from "./{hooks file}";

const handleClick = (event) => {
  console.log("Document clicked!", event);
};

// Attach click event handler to document
useClickAnywhere(handleClick);

API

Parameters

NameTypeDescription
handlerFunctionThe function to be called when a click event is detected anywhere on the document.

Changelog

c165d — feat: enhance useRoleGuard and useSSR hooks with additional options and documentation

30da4 — feat: add new hooks and their metadata

cf13e — feat: add custom hooks for step navigation, ternary dark mode, timeout, toggle, unmount, and window size

Built with Love • © 2026