1.0.2 • Published 2 years ago

react-hook-dom v1.0.2

Weekly downloads
-
License
-
Repository
github
Last release
2 years ago

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.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago