Gathering detailed insights and metrics for react-custom-scrollbar
Gathering detailed insights and metrics for react-custom-scrollbar
Gathering detailed insights and metrics for react-custom-scrollbar
Gathering detailed insights and metrics for react-custom-scrollbar
npm install react-custom-scrollbar
Typescript
Module System
Node Version
NPM Version
73.4
Supply Chain
87.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (50.64%)
TypeScript (38.59%)
CSS (8.83%)
HTML (1.21%)
Shell (0.73%)
Total Downloads
49,244
Last Day
16
Last Week
91
Last Month
463
Last Year
6,734
2 Commits
3 Watchers
1 Branches
2 Contributors
Updated on Apr 27, 2017
Minified
Minified + Gzipped
Latest Version
1.0.0
Package Id
react-custom-scrollbar@1.0.0
Size
47.47 kB
NPM Version
3.10.10
Node Version
7.3.0
Cumulative downloads
Total Downloads
Last Day
100%
16
Compared to previous day
Last Week
8.3%
91
Compared to previous week
Last Month
-32.8%
463
Compared to previous month
Last Year
-27.7%
6,734
Compared to previous year
Custom vertical scrollbar
npm i react-custom-scrollbar --save
For TypeScript usage there is a index.d.ts in node_modules folder
1import {CustomScrollBar} from 'react-custom-scrollbar';
or
1var CustomScrollBar = require('react-custom-scrollbar');
Also use css in a lib folder in:
node_modules/react-video-seek-slider/lib/react-custom-scrollbar.css
1 <CustomScrollBar 2 allowOuterScroll={false} 3 heightRelativeToParent={`calc(100% - 300px)`} 4 onScroll={() => {}} 5 addScrolledClass={true} 6 freezePosition={false} 7 handleClass="inner-handle" 8 minScrollHandleHeight={38} 9 > 10 //Inner components here... 11 </CustomScrollBar>
allowOuterScroll
: (boolean, required)heightRelativeToParent
: (string, required)onScroll
: (Function, required)addScrolledClass
: (boolean, required)freezePosition
: (boolean, required)handleClass
: (string, required)minScrollHandleHeight
: (number, required)just use:
open your browser http://localhost:3000
$ ./production
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
Found 0/2 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
license file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
110 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-05-05
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More