npm.io
1.0.2 • Published 4 years ago

react-hook-dom

Licence
—
Version
1.0.2
Deps
1
Size
4 kB
Vulns
0
Weekly
0
Stars
1

react-hook-dom

Judge whether the element overflows and can scroll to the hooks collection at the specified position.

Getting Started

Install dependencies,

npm i react-hook-dom

or

yarn add react-hook-dom

Usage

import { useLoading } from 'react-hook-dom';

const [loading, exector] = useLoading(requestFn);

Check the documentation to learn more about hook and its usage.

Hooks

  • useLoading
  • useScrollToBottom
  • useScrollToTop
  • useComputeOverflow
  • useScrollTo

If you have more ideas about hooks, please mention issue or pull request.

Keywords