@alobato/use-lock-body-scroll
v1.0.0
Published
React hook to lock body scroll
Downloads
7
Readme
useLockBodyScroll
React hook to lock body scroll
Note: This is using the new React Hooks API
You'll need to install
react
,react-dom
, etc at^16.8.0
or above
Install
yarn add @alobato/use-lock-body-scroll
Usage
import useLockBodyScroll from '@alobato/use-lock-body-scroll'
export default memo(() => {
if (hasBackdrop) useLockBodyScroll()
...