Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 345 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 345 Bytes

@pansy/scrollbar-width

获取浏览器滚动条宽度

🏗 安装

# npm
npm i @pansy/scrollbar-width

# yarn
yarn add @pansy/scrollbar-width

# pnpm
pnpm i @pansy/scrollbar-width

使用

import { scrollbarWidth } from '@pansy/scrollbar-width';

scrollbarWidth();