Gathering detailed insights and metrics for react-slider-awesome
Gathering detailed insights and metrics for react-slider-awesome
Gathering detailed insights and metrics for react-slider-awesome
Gathering detailed insights and metrics for react-slider-awesome
react-awesome-slider
React Awesome Slider is a 60fps performant, extendable, highly customisable, production ready React Component that renders a media (image/video) gallery slider carousel.
react-native-awesome-slider
A versatile, responsive <Slider /> component for React Native and Web.
react-awesome-slider-fw
Fork from React Awesome Slider.
react-awesome-slider-fc
React Awesome Slider is a 60fps performant, extendable, highly customisable, production ready React Component that renders a media (image/video) gallery slider carousel.
npm install react-slider-awesome
Typescript
Module System
Min. Node Version
Node Version
NPM Version
71.3
Supply Chain
93.6
Quality
75.7
Maintenance
100
Vulnerability
100
License
CSS (61.11%)
JavaScript (32.64%)
HTML (6.25%)
Total Downloads
6,990
Last Day
49
Last Week
92
Last Month
158
Last Year
965
1 Stars
41 Commits
1 Watchers
2 Branches
2 Contributors
Updated on Jul 24, 2021
Minified
Minified + Gzipped
Latest Version
0.1.50
Package Id
react-slider-awesome@0.1.50
Unpacked Size
69.37 kB
Size
9.41 kB
File Count
11
NPM Version
6.14.8
Node Version
10.23.0
Cumulative downloads
Total Downloads
Last Day
0%
49
Compared to previous day
Last Week
4,500%
92
Compared to previous week
Last Month
-8.7%
158
Compared to previous month
Last Year
39.5%
965
Compared to previous year
1
19
the best react carousel
1npm install --save react-slider-awesome
1import React from 'react' 2 3import { Slider } from 'react-slider-awesome' 4 5import 'react-slider-awesome/dist/index.css' 6 7const App = () => { 8 /* For Right to left set body{ direction: rtl; } then rtl={true|false} */ 9 /* For no item effects noEffects={true|false} */ 10 /* Number of items in slide size={small|big} */ 11 return ( 12 <Slider rtl={false} noEffects={false} size={'small'}> 13 <div> 14 <img src={'./path/to/1.jpg'} /> 15 </div> 16 <div> 17 <img src={'./path/to/2.jpg'} /> 18 </div> 19 <div> 20 <img src={'./path/to/3.jpg'} /> 21 </div> 22 <div> 23 <img src={'./path/to/4.jpg'} /> 24 </div> 25 <div> 26 <img src={'./path/to/5.jpg'} /> 27 </div> 28 <div> 29 <img src={'./path/to/6.jpg'} /> 30 </div> 31 <div> 32 <img src={'./path/to/7.jpg'} /> 33 </div> 34 <div> 35 <img src={'./path/to/1.jpg'} /> 36 </div> 37 <div> 38 <img src={'./path/to/2.jpg'} /> 39 </div> 40 <div> 41 <img src={'./path/to/3.jpg'} /> 42 </div> 43 <div> 44 <img src={'./path/to/4.jpg'} /> 45 </div> 46 <div> 47 <img src={'./path/to/5.jpg'} /> 48 </div> 49 <div> 50 <img src={'./path/to/6.jpg'} /> 51 </div> 52 <div> 53 <img src={'./path/to/7.jpg'} /> 54 </div> 55 </Slider> 56 ) 57} 58 59export default App
MIT © Abdullah Altahery
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
license file not detected
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
92 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-06-30
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