1.0.1 • Published 1 year ago
use-lockbodyscroll3 v1.0.1
use-lockbodyscroll3
Use useLockBodyScroll to temporarily disable scrolling on the document body.
Installation
You can install the package using npm, yarn, or pnpm.
pnpm add use-lockbodyscroll3
yarn install use-lockbodyscroll3
npm install use-lockbodyscroll3Usage
import { useLockBodyScroll } from "use-lockbodyscroll3";
const { lockScroll, unlockScroll } = useLockBodyScroll();tsup
Bundle your TypeScript library with no config, powered by esbuild.
How to use this
- install dependencies
# pnpm
$ pnpm install
# yarn
$ yarn install
# npm
$ npm install- Add your code to
src - Add export statement to
src/index.ts - Test build command to build
src. Once the command works properly, you will seedistfolder.
# pnpm
$ pnpm run build
# yarn
$ yarn run build
# npm
$ npm run build- Publish your package
$ npm publishtest package
1.0.1
1 year ago