百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
R

react-joyride

> 前端框架
开源

在应用程序中创建导览

7.8K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

在应用程序中创建导览

React Joyride

Create awesome tours for your app!

Showcase your app to new users or explain the functionality of new features.

Highlights

  • Easy to use: Just set the steps and you're good to go
  • Customizable: Use your own components and styles
  • ♿ Accessible: Focus trapping, keyboard navigation, and ARIA support
  • Lightweight: ~30% smaller bundle than v2
  • Broad compatibility: React 16.8+ through React 19
  • ️ SSR-safe: Works with Next.js, Remix, and other server-rendering frameworks

Resources

  • Documentation
  • Demos
  • What's new in v3
  • StackBlitz Playground

Setup

npm i react-joyride

Quick Start

Component API

import { Joyride } from 'react-joyride';

const steps = [
  { target: '.my-first-step', content: 'This is my awesome feature!' },
  { target: '.my-other-step', content: 'This is another awesome feature!' },
];

export function App() {
  return (
    

  );
}

Hook API

import { useJoyride } from 'react-joyride';

const steps = [
  { target: '.my-first-step', content: 'This is my awesome feature!' },
  { target: '.my-other-step', content: 'This is another awesome feature!' },
];

export function App() {
  const { controls, state, Tour } = useJoyride({ steps });

  return (
    

  );
}

Agent Skill

Enable AI assistants to implement guided tours with React Joyride.

The skill gives your AI assistant comprehensive knowledge of the API, step configuration, events, custom components, and common patterns.

npx skills add gilbarbara/react-joyride

Migration from v2

Check the migration guide for detailed instructions on upgrading from v2.

License

MIT

GitHub Issues· 0 开放

在 GitHub 查看全部

暂无开放 Issues,或尚未同步最近议题。

核心特点

  • •Easy to use: Just set the steps and you're good to go
  • •Customizable: Use your own components and styles
  • •♿ Accessible: Focus trapping, keyboard navigation, and ARIA support
  • •Lightweight: ~30% smaller bundle than v2
  • •Broad compatibility: React 16.8+ through React 19
  • •️ SSR-safe: Works with Next.js, Remix, and other server-rendering frameworks
  • •Documentation
  • •What's new in v3
  • •StackBlitz Playground

> 标签

TypeScriptjoyridereactreact-componenttooltip

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类前端框架
定价开源

> 相关工具

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架