A catalog of custom hooks provided by k8ordo UI.
A hook that detects clicks outside a specified element.
A hook that detects hover state of an element.
A hook that observes element size changes via ResizeObserver.
A hook that detects the current scroll direction.
A hook that locks and unlocks scroll on the body or a specified element.
A hook that listens to window resize events.
A hook that observes an element's writing-mode and returns either horizontal or vertical.
A hook that provides clipboard read/write operations.
A hook that manages controlled/uncontrolled component state.
A hook that runs an action after a delay using startTransition and AbortController.
A hook that wraps useDeferredValue and returns the value together with a pending flag.
A hook that executes a callback at regular intervals.
A hook that executes a callback after a specified delay.
A hook that checks whether the viewport matches a given breakpoint.
A hook that returns whether the code is running on the client.
A hook for managing open/close state with open, close, and toggle actions.
A hook for step-based navigation with keyboard support.
A hook that returns the current window dimensions.
A hook that observes element visibility via IntersectionObserver.
A hook that returns whether an element is currently visible in the viewport.