Gathering detailed insights and metrics for @aborovsky/react-joyride
Gathering detailed insights and metrics for @aborovsky/react-joyride
Gathering detailed insights and metrics for @aborovsky/react-joyride
Gathering detailed insights and metrics for @aborovsky/react-joyride
npm install @aborovsky/react-joyride
Typescript
Module System
Node Version
NPM Version
TypeScript (98.14%)
CSS (1.67%)
HTML (0.19%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
7,309 Stars
826 Commits
569 Forks
45 Watchers
2 Branches
44 Contributors
Updated on Jul 10, 2025
Latest Version
2.4.1
Package Id
@aborovsky/react-joyride@2.4.1
Unpacked Size
183.64 kB
Size
40.33 kB
File Count
6
NPM Version
6.14.11
Node Version
14.16.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
10
3
65
Showcase your app to new users or explain functionality of new features.
It uses react-floater for positioning and styling.
And you can use your own components too!
View the demo here (or the codesandbox examples)
Read the docs
Chat about it in our Spectrum community
1npm i react-joyride
1import Joyride from 'react-joyride'; 2 3export class App extends React.Component { 4 state = { 5 steps: [ 6 { 7 target: '.my-first-step', 8 content: 'This is my awesome feature!', 9 }, 10 { 11 target: '.my-other-step', 12 content: 'This another awesome feature!', 13 }, 14 ... 15 ] 16 }; 17 18 render () { 19 const { steps } = this.state; 20 21 return ( 22 <div className="app"> 23 <Joyride 24 steps={steps} 25 ... 26 /> 27 ... 28 </div> 29 ); 30 } 31}
If you need to support legacy browsers you need to include the scrollingelement polyfill.
Setting up a local development environment is easy!
Clone (or fork) this repo on your machine, navigate to its location in the terminal and run:
1npm install 2npm link # link your local repo to your global packages 3npm run watch # build the files and watch for changes
Now clone https://github.com/gilbarbara/react-joyride-demo and run:
1npm install 2npm link react-joyride # just link your local copy into this project's node_modules 3npm start
Start coding! 🎉
No vulnerabilities found.
Reason
no dangerous workflow patterns detected
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
packaging workflow detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 6
Details
Reason
0 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 3
Reason
Found 0/15 approved changesets -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
project is not fuzzed
Details
Reason
20 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
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