Gathering detailed insights and metrics for react-joyride
Gathering detailed insights and metrics for react-joyride
Gathering detailed insights and metrics for react-joyride
Gathering detailed insights and metrics for react-joyride
@types/react-joyride
Stub TypeScript definitions entry for react-joyride, which provides its own types definitions
@invisionag/react-joyride
Create walkthroughs and guided tours for your apps
@aborovsky/react-joyride
Create guided tours for your apps
react-native-copilot
Make an interactive step by step tour guide for you react-native app
npm install react-joyride
Typescript
Module System
Node Version
NPM Version
93.1
Supply Chain
92
Quality
82.1
Maintenance
100
Vulnerability
99.3
License
TypeScript (98.14%)
CSS (1.67%)
HTML (0.19%)
Total Downloads
50,079,778
Last Day
68,545
Last Week
302,437
Last Month
1,420,951
Last Year
14,797,874
MIT License
7,213 Stars
826 Commits
564 Forks
44 Watchers
2 Branches
44 Contributors
Updated on May 08, 2025
Minified
Minified + Gzipped
Latest Version
2.9.3
Package Id
react-joyride@2.9.3
Unpacked Size
486.47 kB
Size
112.47 kB
File Count
31
NPM Version
10.8.2
Node Version
20.18.0
Published on
Nov 18, 2024
Cumulative downloads
Total Downloads
Last Day
8.4%
68,545
Compared to previous day
Last Week
-8.7%
302,437
Compared to previous week
Last Month
-4%
1,420,951
Compared to previous month
Last Year
23.9%
14,797,874
Compared to previous year
11
37
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
Talk about it on the Discussions board.
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.
Sponsored by
React Joyride is proud to be sponsored by Frigade, a developer tool for building better product onboarding: guided tours, getting started checklists, announcements, etc.
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 9
Details
Reason
0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7
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
dependency not pinned by hash detected -- score normalized to 0
Details
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
18 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