Installation
Examples
Onboarding tour
Multi-step tooltip overlay for feature discovery.
Step 2 of 3
Sidebar navigation
Access all sections from the left sidebar. Click any item to navigate, or collapse it to icon-only mode.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| steps* | TourStep[] | required | Array of {title, description, placement?} steps. |
| open | boolean | — | Controlled open state. |
| onOpenChange | (v: boolean) => void | — | Called when tour is dismissed. |
| onComplete | () => void | — | Called when last step is completed. |
| currentStep | number | — | Controlled step index. |