文件名称:react-scrolllock::locked:防止滚动
文件大小:181KB
文件格式:ZIP
更新时间:2024-05-22 09:50:52
react component scrolling scroll JavaScript
React滚动锁定 安装组件时,请防止在<body />上滚动。 安装 yarn add react-scrolllock 用法 import ScrollLock , { TouchScrollable } from 'react-scrolllock' ; class Modal extends Component { state = { lockScroll : false } render ( ) { return ( < div> ... // the lock accepts a single child element, which supports touch-scrolling. < ScrollLock> < ElementWithScrollableContent>
【文件预览】:
react-scrolllock-master
----.changeset()
--------config.json(204B)
----.flowconfig(58B)
----yarn.lock(426KB)
----.eslintrc.js(987B)
----webpack.config.js(844B)
----src()
--------withLockSheet.js(1KB)
--------withTouchListeners.js(938B)
--------utils.js(3KB)
--------index.d.ts(367B)
--------ScrollLock.js(2KB)
--------index.js(93B)
--------TouchScrollable.js(1KB)
----.babelrc(119B)
----.npmignore(77B)
----examples()
--------src()
----config()
--------setupFramework.js(123B)
--------setupPolyfills.js(27B)
----LICENSE(1KB)
----__tests__()
--------index.js(698B)
----.prettierrc(72B)
----README.md(2KB)
----.gitignore(119B)
----index.js(33B)
----CHANGELOG.md(8KB)
----.eslintignore(42B)
----package.json(2KB)