RE

React Joyride

react-joyride

Create guided tours for your apps

Component Libraries
react
react-component
tooltips
joyride
walkthroughs
tour
react-joyride
Component Libraries
javascript
npm
Stars
7.9k
Weekly
1.3M
Open issues
5
Bundle
~25 kB

Installation

npm install react-joyride

Code example

import { Button } from "react-joyride";

export function Example() {
  return (
    <div className="flex gap-2">
      <Button>Primary</Button>
      <Button variant="outline">Secondary</Button>
    </div>
  );
}

Pros & cons

Pros

  • Actively maintained by Gil Barbara
  • 1.3M weekly downloads. Battle tested
  • First-class TypeScript definitions
  • MIT licensed

Considerations

  • Adds roughly ~25 kB to your bundle
  • Needs client-only rendering in SSR frameworks
  • Not supported in React Native
  • 5 open issues on GitHub

FAQs

Alternatives & similar libraries