@guideflow/react
React hooks and components for GuideFlow product tours.
Installation
bash
npm install @guideflow/core @guideflow/reactKey Exports
| Export | Type | Description |
|---|---|---|
TourProvider | Component | Context provider |
TourStep | Component | Step renderer |
GuidePopover | Component | Standalone popover |
HotspotBeacon | Component | Pulsing beacon |
ConversationalPanel | Component | AI chat panel |
useGuideFlow() | Hook | Access the instance |
useTour() | Hook | Tour state and controls |
useTourStep() | Hook | Current step details |
useHotspot() | Hook | Hotspot management |
Peer Dependencies
react^17.0.0 || ^18.0.0 || ^19.0.0react-dom^17.0.0 || ^18.0.0 || ^19.0.0