📄️ TourProvider
The main context provider that powers the tour. Place it at the root of your application (or your tour-scoped component tree).
📄️ TourZone
TourZone is a wrapper component that registers an element as a step in the tour. It measures the wrapped element and uses its position to drive the highlight overlay.
📄️ useTour
The useTour hook provides full programmatic control over the tour lifecycle. It must be called inside a component that is a descendant of TourProvider.
📄️ Types Reference
CardProps