Skip to content

yxlazy/react-hook-dom

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published