> ## Documentation Index
> Fetch the complete documentation index at: https://use-any-hook-d92674ab.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Installation

> Welcome to **use-any-hook** package documentation

<img className="block dark:hidden" src="https://mintcdn.com/use-any-hook-d92674ab/9VQd_xSPDwxpjnRn/images/hero-hook.jpg?fit=max&auto=format&n=9VQd_xSPDwxpjnRn&q=85&s=04ef7a08e37cb3a5d5d00b28dce80206" alt="Hero Light" width="1460" height="730" data-path="images/hero-hook.jpg" />

<img className="hidden dark:block" src="https://mintcdn.com/use-any-hook-d92674ab/9VQd_xSPDwxpjnRn/images/hero-hook.jpg?fit=max&auto=format&n=9VQd_xSPDwxpjnRn&q=85&s=04ef7a08e37cb3a5d5d00b28dce80206" alt="Hero Dark" width="1460" height="730" data-path="images/hero-hook.jpg" />

## Use Any Hook

**use-any-hook** is a package that provides a variety of **React.js** custom hooks to use any
where in your code without any need for the resuable **hooks** folder in your **React.js** project

It's available as a package on NPM for use with a module bundler or in a Node application:

#

```bash npm theme={null}
npm i use-any-hook
```

```bash yarn theme={null}
yarn add use-any-hook
```
