Skip to content

@guideflow/react

React hooks and components for GuideFlow product tours.

npm version

Installation

bash
npm install @guideflow/core @guideflow/react

Key Exports

ExportTypeDescription
TourProviderComponentContext provider
TourStepComponentStep renderer
GuidePopoverComponentStandalone popover
HotspotBeaconComponentPulsing beacon
ConversationalPanelComponentAI chat panel
useGuideFlow()HookAccess the instance
useTour()HookTour state and controls
useTourStep()HookCurrent step details
useHotspot()HookHotspot management

Peer Dependencies

  • react ^17.0.0 || ^18.0.0 || ^19.0.0
  • react-dom ^17.0.0 || ^18.0.0 || ^19.0.0

Released under the MIT License.