Gathering detailed insights and metrics for rc-virtual-list
Gathering detailed insights and metrics for rc-virtual-list
Gathering detailed insights and metrics for rc-virtual-list
Gathering detailed insights and metrics for rc-virtual-list
vue-virtual-scroll-list
A vue component support big amount data list with high scroll performance.
dw-neit-rc-virtual-list
React Virtual List Component
rc-util
Common Utils For React Component
react-tiny-virtual-list
A tiny but mighty list virtualization component, with zero dependencies 💪
🧾 React Virtual List Component which worked with animation
npm install rc-virtual-list
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
734 Stars
321 Commits
155 Forks
6 Watching
12 Branches
41 Contributors
Updated on 26 Nov 2024
Minified
Minified + Gzipped
TypeScript (61.1%)
JavaScript (38.9%)
Cumulative downloads
Total Downloads
Last day
-7.6%
296,488
Compared to previous day
Last week
2%
1,574,009
Compared to previous week
Last month
11.1%
6,549,125
Compared to previous month
Last year
21.4%
66,232,113
Compared to previous year
4
25
React Virtual List Component which worked with animation.
https://virtual-list-react-component.vercel.app/
1npm install 2npm start 3open http://localhost:9001/
1import List from 'rc-virtual-list'; 2 3<List data={[0, 1, 2]} height={200} itemHeight={30} itemKey="id"> 4 {index => <div>{index}</div>} 5</List>;
Prop | Description | Type | Default |
---|---|---|---|
children | Render props of item | (item, index, props) => ReactElement | - |
component | Customize List dom element | string | Component | div |
data | Data list | Array | - |
disabled | Disable scroll check. Usually used on animation control | boolean | false |
height | List height | number | - |
itemHeight | Item minium height | number | - |
itemKey | Match key with item | string | - |
styles | style | { horizontalScrollBar?: React.CSSProperties; horizontalScrollBarThumb?: React.CSSProperties; verticalScrollBar?: React.CSSProperties; verticalScrollBarThumb?: React.CSSProperties; } | - |
children
provides additional props
argument to support IE 11 scroll shaking.
It will set style
to visibility: hidden
when measuring. You can ignore this if no requirement on IE.
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
SAST tool is run on all commits
Details
Reason
8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6
Reason
Found 11/29 approved changesets -- score normalized to 3
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Score
Last Scanned on 2024-11-18
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