1.0.0 • Published 7 years ago
@alobato/use-lock-body-scroll v1.0.0
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.0or above
Install
yarn add @alobato/use-lock-body-scrollUsage
import useLockBodyScroll from '@alobato/use-lock-body-scroll'
export default memo(() => {
if (hasBackdrop) useLockBodyScroll()
...1.0.0
7 years ago