UNPKG

react-scrollbar-size

Version:

React hook to calculate the size of browser scrollbars

27 lines 678 B
{ "name": "react-scrollbar-size", "private": false, "version": "5.0.0", "description": "React hook to calculate the size of browser scrollbars", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/shawnmcknight/react-scrollbar-size.git" }, "keywords": [ "react", "scrollbar" ], "author": "Shawn McKnight", "license": "MIT", "bugs": { "url": "https://github.com/shawnmcknight/react-scrollbar-size/issues" }, "homepage": "https://github.com/shawnmcknight/react-scrollbar-size#readme", "engines": { "node": ">=14.0.0" }, "peerDependencies": { "react": "^16.8.0 || ^17.0.1 || ^18.0.0" } }