# useIdle > Detect user inactivity after a configurable threshold. - Category: DOM - Package: `hookli` (install with `npm i hookli`) - Docs: https://hookli.vercel.app/docs/use-idle ## Signature ```ts useIdle(ms?: number): boolean ```