Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: tour factory #3780

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

feat: tour factory #3780

wants to merge 3 commits into from

Conversation

pertinate
Copy link

This PR adds a tour factory for setting up a customizable tour of a user's application.

This PR introduces a new Tour component to the library. The component is designed to guide users through an application, highlighting key features and providing helpful information along the way.

Features:

  • Enforced Step-by-Step Guidance: The Tour component allows for a series of steps, each highlighting a different part of the UI.
  • Highlight Elements: The component can highlight specific elements on the page, drawing user attention to the relevant parts of the interface.

Copy link

vercel bot commented May 19, 2024

Someone is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

@pertinate
Copy link
Author

I will be touching up the tour.mdx to be less thrown together. Also please provide feedback if there are better approaches to take.

@pertinate
Copy link
Author

pertinate commented May 24, 2024

Showcase of demo:
https://www.youtube.com/watch?v=eO8V2XxB0Xw

@pertinate
Copy link
Author

The main benefit with my current approach is the TourFocus has context of what you provided as the ordered tour.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant