Guided Tour
shadcn/uiA component for creating interactive guided tours that walk users through your application step by step. Includes forward and backward navigation, dark overlay, and customizable content for each step.
Installation
Props
<GuidedTourProvider />
Name
Type
No props required
<GuidedTour />
Name
Type
No specific props
<GuidedTourOverlay />
Name
Type
No specific props
<GuidedTourTrigger />
Name
Type
className
string
tourId
string (required)
asChild
boolean (default: false)
<GuidedTourStep />
Name
Type
className
string
tourId
string (required)
step
number (required)
content
ReactNode (required)