Gathering detailed insights and metrics for @splidejs/react-splide
Gathering detailed insights and metrics for @splidejs/react-splide
Gathering detailed insights and metrics for @splidejs/react-splide
Gathering detailed insights and metrics for @splidejs/react-splide
npm install @splidejs/react-splide
Module System
Min. Node Version
Typescript Support
Node Version
NPM Version
247 Stars
112 Commits
58 Forks
3 Watching
5 Branches
2 Contributors
Updated on 18 Nov 2024
Minified
Minified + Gzipped
TypeScript (91.89%)
JavaScript (8.11%)
Cumulative downloads
Total Downloads
Last day
-14.9%
13,625
Compared to previous day
Last week
-2.9%
85,276
Compared to previous week
Last month
-3.5%
381,650
Compared to previous month
Last year
44.3%
3,840,305
Compared to previous year
Get the latest version from NPM:
$ npm install @splidejs/react-splide
Import CSS and components:
1import { Splide, SplideSlide } from '@splidejs/react-splide'; 2import '@splidejs/react-splide/css'; 3 4export function Slider() { 5 return ( 6 <Splide options={ { rewind: true } } aria-label="React Splide Example"> 7 <SplideSlide> 8 <img src="image1.jpg" alt="Image 1"/> 9 </SplideSlide> 10 <SplideSlide> 11 <img src="image2.jpg" alt="Image 2"/> 12 </SplideSlide> 13 </Splide> 14 ); 15}
Visit here for more details.
Please support the project if you like it!
React Splide and Splide are released under the MIT license. © 2021 Naotoshi Fujita
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
8 existing vulnerabilities detected
Details
Reason
Found 0/28 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 effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2024-11-25
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